| Class | Description |
|---|---|
| CollectingInputStream |
Class allows the forwarding (as a filter) and collection of read bytes as a buffer
- e.g.
|
| CollectingOutputStream |
Class allows the forwarding (as a filter) and collection of written bytes as a buffer
- e.g.
|
| HashedBlockInputStream |
Takes an underlying input stream formatted as Hashed Blocks
and provides the content of the blocks as an input stream
|
| HashedBlockOutputStream |
Takes a stream of data and formats as Hashed Blocks to the underlying output stream.
|
| HmacBlockInputStream |
Takes an underlying stream formatted as HMAC Hashed Blocks and provides
the content of the blocks as a stream.
|
| HmacBlockOutputStream |
Takes a stream of (encrypted GZIPped) data and formats it as HMAC Hashed Blocks to the
underlying output stream.
|
Copyright © 2023. All rights reserved.