public interface Bytez extends BasicBytez
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asByteArray() |
boolean |
compareAndSwapInt(long offset,
int expect,
int newVal) |
boolean |
compareAndSwapLong(long offset,
long expect,
long newVal) |
int |
getBALength() |
int |
getBAOffsetIndex() |
boolean |
getBoolVolatile(long byteIndex) |
char |
getCharVolatile(long byteIndex) |
double |
getDoubleVolatile(long byteIndex) |
float |
getFloatVolatile(long byteIndex) |
int |
getIntVolatile(long byteIndex) |
long |
getLongVolatile(long byteIndex) |
short |
getShortVolatile(long byteIndex) |
byte |
getVolatile(long byteIndex) |
void |
putBoolVolatile(long byteIndex,
boolean value) |
void |
putCharVolatile(long byteIndex,
char c) |
void |
putDoubleVolatile(long byteIndex,
double d) |
void |
putFloatVolatile(long byteIndex,
float f) |
void |
putIntVolatile(long byteIndex,
int i) |
void |
putLongVolatile(long byteIndex,
long l) |
void |
putShortVolatile(long byteIndex,
short s) |
void |
putVolatile(long byteIndex,
byte value) |
Bytez |
slice(long off,
int len) |
byte[] |
toBytes(long startIndex,
int len) |
copyTo, get, getArr, getBool, getBooleanArr, getChar, getCharArr, getDouble, getDoubleArr, getFloat, getFloatArr, getInt, getIntArr, getLong, getLongArr, getShort, getShortArr, length, newInstance, put, putBool, putChar, putDouble, putFloat, putInt, putLong, putShort, set, setBoolean, setChar, setDouble, setFloat, setInt, setLong, setShortBytez slice(long off, int len)
boolean getBoolVolatile(long byteIndex)
byte getVolatile(long byteIndex)
char getCharVolatile(long byteIndex)
short getShortVolatile(long byteIndex)
int getIntVolatile(long byteIndex)
long getLongVolatile(long byteIndex)
float getFloatVolatile(long byteIndex)
double getDoubleVolatile(long byteIndex)
void putBoolVolatile(long byteIndex,
boolean value)
void putVolatile(long byteIndex,
byte value)
void putCharVolatile(long byteIndex,
char c)
void putShortVolatile(long byteIndex,
short s)
void putIntVolatile(long byteIndex,
int i)
void putLongVolatile(long byteIndex,
long l)
void putFloatVolatile(long byteIndex,
float f)
void putDoubleVolatile(long byteIndex,
double d)
boolean compareAndSwapInt(long offset,
int expect,
int newVal)
boolean compareAndSwapLong(long offset,
long expect,
long newVal)
byte[] toBytes(long startIndex,
int len)
byte[] asByteArray()
int getBAOffsetIndex()
int getBALength()
Copyright © 2015. All rights reserved.