public static class BlockIo
extends java.lang.Object
This class wraps a page-sized byte array and provides methods to read and
write data to and from it. The readers and writers are just the ones that
the rest of the toolkit needs, nothing else. Values written are compatible
with java.io routines.
This block is never accessed directly, so it does not have to be thread-safe.
- See Also:
DataInput,
DataOutput,
Serialized Form