ProtocolByteAccumulator class
Single reusable buffer for incremental protocol framing.
Incoming stream chunks are appended once; take materializes a frame copy before the buffer is reused on the next add.
Constructors
- ProtocolByteAccumulator({int initialCapacity = 64 * 1024})
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited