Neokernel API

FileObjectStore.writeBytes Method

This method writes a byte array to the file starting at the position given by the parameter.

protected virtual void writeBytes(
   byte[] data,
   long start
);

See Also

FileObjectStore Class | com.neokernel.om Namespace