sys::Obj sys::MemoryFile
public final class MemoryFile
public File file
reference to containing File instance
public byte[] mem
the contents of the memory file. Modify at your peril.
public byte mode
'r', 'w', 'm' or 0 if an error
public int pos
current read/write position in the memory file.
public int size
size of the memory file. Less than zero indicates an error. Modify at your peril.
public bool eof()
returns true if the position is past the end of file.
public bool writable()
returns true if the memory file was opened for writing.