See: Description
Interface | Description |
---|---|
Buffer |
A dynamically growing data buffer.
|
Class | Description |
---|---|
BranchingInputStream |
An input stream that can branch into separate input streams to perform
divergent reads.
|
FileBranchingStream |
A
BranchingInputStream for reading from files. |
IO |
Utility class that can stream to and from streams.
|
PipeBufferedStream |
Represents a pipe for transferring bytes from an
OutputStream to a InputStream . |
Exception | Description |
---|---|
OverflowException |
An exception that is thrown if a buffer would overflow as a result of a write operation.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.