All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ORG.opengroup.misc.Reads
It reads into a series of buffers, each buffer being twice as large as the last.
At the end, it allocates a single buffer exactly equal in length to the total bytes read. It then copies everything into this final buffer.
public Reads()
public static byte[] read(InputStream is) throws IOException
All Packages Class Hierarchy This Package Previous Next Index