Neokernel API

FileObjectStore.writeInt Method

This method writes an int at the position in the file given as the parameter.

protected virtual void writeInt(
   int data,
   long start
);

See Also

FileObjectStore Class | com.neokernel.om Namespace