public class ByteAccumulator extends Object
Constructor and Description |
---|
ByteAccumulator(int maxOverallBufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
addChunk(byte[] buf,
int offset,
int length) |
int |
getLength() |
void |
transferTo(ByteBuffer buffer) |
public void addChunk(byte[] buf, int offset, int length)
public int getLength()
public void transferTo(ByteBuffer buffer)
Copyright © 1995-2015 Webtide. All Rights Reserved.