public class ByteArrayBuilder extends 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()
Copyright © 2021. All rights reserved.