public class ByteArrayBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ByteArrayBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayBuilder |
append(byte aByte) |
ByteArrayBuilder |
append(byte[] bytes) |
byte[] |
toByteArray() |
public ByteArrayBuilder append(byte[] bytes)
public ByteArrayBuilder append(byte aByte)
public byte[] toByteArray()