public interface LongByteBuffer extends Disposable
| Modifier and Type | Method and Description |
|---|---|
long |
capacity() |
LongByteBuffer |
clear() |
LongByteBuffer |
copy() |
LongByteBuffer |
copy(long theIndex,
long theLength) |
byte |
getByte(long theIndex) |
void |
getBytes(long theIndex,
byte[] theBytes) |
void |
getBytes(long theIndex,
byte[] theBytes,
int theOffset,
int theLength) |
void |
getBytes(long theIndex,
LongByteBuffer theBytes,
int theLength) |
char |
getChar(long theIndex) |
double |
getDouble(long theIndex) |
float |
getFloat(long theIndex) |
int |
getInt(long theIndex) |
long |
getLong(long theIndex) |
short |
getShort(long theIndex) |
long |
readableBytes() |
byte |
readByte() |
void |
readBytes(byte[] theBytes) |
void |
readBytes(byte[] theBytes,
int theOffset,
int theLength) |
void |
readBytes(LongByteBuffer theBytes,
int theLength) |
char |
readChar() |
double |
readDouble() |
long |
readerIndex() |
LongByteBuffer |
readerIndex(long theIndex) |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
short |
readShort() |
LongByteBuffer |
setByte(long theIndex,
byte theValue) |
LongByteBuffer |
setBytes(long theIndex,
byte[] theBytes) |
LongByteBuffer |
setBytes(long theIndex,
byte[] theBytes,
int theOffset,
int theLength) |
LongByteBuffer |
setBytes(long theIndex,
LongByteBuffer theBytes) |
LongByteBuffer |
setBytes(long theIndex,
LongByteBuffer theBytes,
long theLength) |
LongByteBuffer |
setChar(long theIndex,
char theValue) |
LongByteBuffer |
setDouble(long theIndex,
double theValue) |
LongByteBuffer |
setFloat(long theIndex,
float theValue) |
LongByteBuffer |
setInt(long theIndex,
int theValue) |
LongByteBuffer |
setLong(long theIndex,
long theValue) |
LongByteBuffer |
setShort(long theIndex,
short theValue) |
LongByteBuffer |
setZero(long theIndex,
long theLength) |
LongByteBuffer |
slice(long theIndex,
long theLength) |
long |
writableBytes() |
LongByteBuffer |
writeByte(byte theValue) |
LongByteBuffer |
writeBytes(byte[] theBytes) |
LongByteBuffer |
writeBytes(byte[] theBytes,
int theOffset,
int theLength) |
LongByteBuffer |
writeBytes(LongByteBuffer theBytes) |
LongByteBuffer |
writeBytes(LongByteBuffer theBytes,
long theLength) |
LongByteBuffer |
writeChar(char theChar) |
LongByteBuffer |
writeDouble(double theValue) |
LongByteBuffer |
writeFloat(float theValue) |
LongByteBuffer |
writeInt(int theValue) |
LongByteBuffer |
writeLong(long theValue) |
long |
writerIndex() |
LongByteBuffer |
writerIndex(long theIndex) |
LongByteBuffer |
writeShort(short theValue) |
disposelong readableBytes()
long writableBytes()
long capacity()
long readerIndex()
LongByteBuffer readerIndex(long theIndex)
long writerIndex()
LongByteBuffer writerIndex(long theIndex)
LongByteBuffer clear()
long readLong()
int readInt()
short readShort()
byte readByte()
char readChar()
double readDouble()
float readFloat()
void readBytes(byte[] theBytes)
void readBytes(byte[] theBytes,
int theOffset,
int theLength)
void readBytes(LongByteBuffer theBytes, int theLength)
byte getByte(long theIndex)
int getInt(long theIndex)
long getLong(long theIndex)
short getShort(long theIndex)
char getChar(long theIndex)
double getDouble(long theIndex)
float getFloat(long theIndex)
void getBytes(long theIndex,
byte[] theBytes)
void getBytes(long theIndex,
byte[] theBytes,
int theOffset,
int theLength)
void getBytes(long theIndex,
LongByteBuffer theBytes,
int theLength)
LongByteBuffer copy()
LongByteBuffer copy(long theIndex, long theLength)
LongByteBuffer slice(long theIndex, long theLength)
LongByteBuffer setLong(long theIndex, long theValue)
LongByteBuffer setInt(long theIndex, int theValue)
LongByteBuffer setShort(long theIndex, short theValue)
LongByteBuffer setByte(long theIndex, byte theValue)
LongByteBuffer setDouble(long theIndex, double theValue)
LongByteBuffer setFloat(long theIndex, float theValue)
LongByteBuffer setChar(long theIndex, char theValue)
LongByteBuffer setBytes(long theIndex, byte[] theBytes)
LongByteBuffer setBytes(long theIndex, byte[] theBytes, int theOffset, int theLength)
LongByteBuffer setBytes(long theIndex, LongByteBuffer theBytes)
LongByteBuffer setBytes(long theIndex, LongByteBuffer theBytes, long theLength)
LongByteBuffer setZero(long theIndex, long theLength)
LongByteBuffer writeLong(long theValue)
LongByteBuffer writeInt(int theValue)
LongByteBuffer writeShort(short theValue)
LongByteBuffer writeByte(byte theValue)
LongByteBuffer writeDouble(double theValue)
LongByteBuffer writeFloat(float theValue)
LongByteBuffer writeChar(char theChar)
LongByteBuffer writeBytes(byte[] theBytes)
LongByteBuffer writeBytes(byte[] theBytes, int theOffset, int theLength)
LongByteBuffer writeBytes(LongByteBuffer theBytes)
LongByteBuffer writeBytes(LongByteBuffer theBytes, long theLength)
Copyright © 2010-2016 Stardog Union. All Rights Reserved.