public class ExpandableByteBuffer extends Object
| Modifier and Type | Method and Description |
|---|---|
ExpandableByteBuffer |
append(ByteBuffer content) |
void |
clear() |
static ExpandableByteBuffer |
create(int initialSize) |
static ExpandableByteBuffer |
create(long initialSize) |
static ExpandableByteBuffer |
createEmpty() |
InputStream |
createInputStream() |
public static ExpandableByteBuffer createEmpty()
public static ExpandableByteBuffer create(long initialSize)
public static ExpandableByteBuffer create(int initialSize)
public ExpandableByteBuffer append(ByteBuffer content)
public void clear()
public InputStream createInputStream()
Copyright © 2018. All rights reserved.