| 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
BranchingInputStream. |
| Exception | Description |
|---|---|
| OverflowException |
An exception that is thrown if a buffer would overflow as a result of a write operation.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.