Package io.activej.async.file
Interface IFileService
- All Known Implementing Classes:
ExecutorFileService
public interface IFileService
-
Method Summary
Modifier and TypeMethodDescriptionread(FileChannel channel, long position, byte[] array, int offset, int size) write(FileChannel channel, long position, byte[] array, int offset, int size)
-
Method Details
-
read
-
write
-