public class BytesBuilder extends Object
| Constructor and Description |
|---|
BytesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BytesBuilder |
addChunk(byte[] buffer) |
BytesBuilder |
addChunk(byte[] buffer,
int off,
int len) |
Bytes |
build() |
public BytesBuilder addChunk(byte[] buffer)
public BytesBuilder addChunk(byte[] buffer, int off, int len)
public Bytes build()
Copyright © 2016. All rights reserved.