Interface IFileService

All Known Implementing Classes:
ExecutorFileService

public interface IFileService
  • Method Summary

    Modifier and Type
    Method
    Description
    read(FileChannel channel, long position, byte[] array, int offset, int size)
     
    write(FileChannel channel, long position, byte[] array, int offset, int size)