See: Description
| Interface | Description |
|---|---|
| LimitOutputStream.DoneCallback | Callback interface for notification when a limited output stream completes |
| Class | Description |
|---|---|
| ByteLimitOutputStream | An OutputStream that limits how many bytes are written, throwing
EOFException when the limit is exceeded. |
| DechunkedOutputStream | Simple stream for checking and optionally removing RFC2616 chunked encoding to the output. |
| DummyOutputStream | Write to nowhere |
| GunzipOutputStream | Gunzip implementation per
RFC 1952, reusing
java's standard CRC32 and Inflater and InflaterOutputStream implementations. |
| LimitOutputStream | Abstract output stream that limits writes and provides completion callback. |
Internal HTTP utilities and helper classes for I2PTunnel operations.
This package contains utility classes for:
Not for external use; not maintained as a stable API. Since 0.9.62.