public final class Grizzly2ExpandableBufferWriter extends ExpandableBufferWriter
| Modifier and Type | Method and Description |
|---|---|
static ExpandableBufferWriterFactory |
createFactory(org.glassfish.grizzly.memory.MemoryManager memoryManager) |
protected void |
ensureCapacity(int delta) |
Buffer |
getBuffer() |
int |
position() |
void |
position(int pos) |
Buffer |
toBuffer() |
public static ExpandableBufferWriterFactory createFactory(org.glassfish.grizzly.memory.MemoryManager memoryManager)
public Buffer getBuffer()
getBuffer in class ExpandableBufferWriterpublic Buffer toBuffer()
toBuffer in class ExpandableBufferWriterpublic int position()
position in class ExpandableBufferWriterpublic void position(int pos)
position in class ExpandableBufferWriterprotected void ensureCapacity(int delta)
ensureCapacity in class ExpandableBufferWriterCopyright © 2017–2020 Eclipse Foundation. All rights reserved.