Expand description
Buffer and capacity constants
Constantsยง
- DEFAULT_
BUFFER_ SIZE - Default buffer size for encoding/decoding (2048 bytes)
- DEFAULT_
CAPACITY - Default buffer capacity (1024 bytes)
- HUGE_
BUFFER_ SIZE - Huge buffer for maximum performance (32768 bytes)
- LARGE_
BUFFER_ SIZE - Large buffer size for bulk operations (4096 bytes)
- MAX_
BUFFER_ SIZE - Maximum buffer size (8192 bytes)
- VERY_
LARGE_ BUFFER_ SIZE - Very large buffer for high-throughput scenarios (16384 bytes)