Package org.helidb.io

Support classes that would have been in the java.io package if they had been a part of Java.

See:
          Description

Class Summary
FixedSizeByteArrayOutputStream This is a variant of ByteArrayOutputStream that writes to a preallocated byte array.
 

Exception Summary
NotEnoughDataException This exception is thrown by data reading operations that could not read as much data as they require from the backing data storage.
 

Package org.helidb.io Description

Support classes that would have been in the java.io package if they had been a part of Java.

Author:
Karl Gustafsson