Package org.forgerock.http.io
package org.forgerock.http.io
Provides stream buffering, branching, and storage functions.
- 
ClassDescriptionAn input stream that can branch into separate input streams to perform divergent reads.A dynamically growing data buffer.A
CharsetDecoderFlowableTransformerdecodes bytes from a stream ofByteBufferinto a stream ofCharBufferusing the givenCharset.Wraps an existingInputStream, supporting a failed state that is checked before and after each operation.ABranchingInputStreamfor reading from files.Utility class that can stream to and from streams.An exception that is thrown if a buffer would overflow as a result of a write operation.Represents a pipe for transferring bytes from anOutputStreamto aInputStream.