Uses of Class
xyz.cofe.io.fs.FChannelBuffer
-
-
Uses of FChannelBuffer in xyz.cofe.io.fs
Methods in xyz.cofe.io.fs that return FChannelBuffer Modifier and Type Method Description static FChannelBufferFChannelBuffer. open(Path path, OpenOption... options)static FChannelBufferFChannelBuffer. open(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)static FChannelBufferFChannelBuffer. open(File file, OpenOption... options)static FChannelBufferFChannelBuffer. open(File file, Set<? extends OpenOption> options, FileAttribute<?>... attrs)FChannelBufferFile. randomAccess(OpenOption... options)Открытвает буффер для случайного доступаFChannelBufferFile. randomAccess(Set<? extends OpenOption> options, FileAttribute<?>... attrs)Открытвает буффер для случайного доступа
-