Neokernel API

FileObjectStore.readBytes Method

This method reads a byte array from the file at the positions given as the parameters.

protected virtual byte[] readBytes(
   long start,
   long stop
);

See Also

FileObjectStore Class | com.neokernel.om Namespace