public interface MutableArea extends Area
void checkOut()
throws IOException
In a logging implementation, this may flush out the changes made to the area in a log.
IOExceptionvoid put(byte b)
throws IOException
IOExceptionvoid put(byte[] buf,
int off,
int len)
throws IOException
IOExceptionvoid put(byte[] buf)
throws IOException
IOExceptionvoid putShort(short s)
throws IOException
IOExceptionvoid putInt(int i)
throws IOException
IOExceptionvoid putLong(long l)
throws IOException
IOExceptionvoid putChar(char c)
throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.