Class | Description |
---|---|
BitInputStore |
Writes a series of bits to an internal memory buffer.
|
BitOutputStore |
Writes a series of bits to an internal memory buffer (a "store").
|
BufferedRandomAccessFile |
Provides a wrapper around a Java Random Access File which supports buffered
I/O, dramatically improving the performance for many kinds of random-access
file read and write operations.
|
FastByteArrayOutputStream |
Provides a faster equivalent of Java's ByteArrayOutputStream.
|
Copyright © 2022. All rights reserved.