class ByteCollector extends Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
byteContainer |
| Constructor and Description |
|---|
ByteCollector() |
| Modifier and Type | Method and Description |
|---|---|
ByteCollector |
addBytes(byte[] bytes) |
int |
size() |
byte[] |
toBytes() |
public byte[] toBytes()
public ByteCollector addBytes(byte[] bytes)
public int size()
Copyright © 2024. All rights reserved.