public interface WritableBuffer
Modifier and Type | Interface and Description |
---|---|
static class |
WritableBuffer.ByteBufferWrapper |
Modifier and Type | Method and Description |
---|---|
boolean |
hasRemaining() |
int |
limit() |
int |
position() |
void |
position(int position) |
void |
put(byte b) |
void |
put(byte[] src,
int offset,
int length) |
void |
put(ByteBuffer payload) |
void |
putDouble(double d) |
void |
putFloat(float f) |
void |
putInt(int i) |
void |
putLong(long l) |
void |
putShort(short s) |
int |
remaining() |
void put(byte b)
void putFloat(float f)
void putDouble(double d)
void put(byte[] src, int offset, int length)
void putShort(short s)
void putInt(int i)
void putLong(long l)
boolean hasRemaining()
int remaining()
int position()
void position(int position)
void put(ByteBuffer payload)
int limit()
Copyright © 2016 The Apache Software Foundation. All rights reserved.