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.
IOException
void put(byte b) throws IOException
IOException
void put(byte[] buf, int off, int len) throws IOException
IOException
void put(byte[] buf) throws IOException
IOException
void putShort(short s) throws IOException
IOException
void putInt(int i) throws IOException
IOException
void putLong(long l) throws IOException
IOException
void putChar(char c) throws IOException
IOException
Copyright © 2013. All rights reserved.