所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
Decoder |
align(int alignment) |
Decoder |
boolType(int byteOffset,
int bitOffset) |
Decoder |
boolType(int byteOffset,
int bitOffset,
java.util.function.Function<Boolean,?> formula) |
Decoder |
boolType(int byteOffset,
int bitOffset,
String name) |
Decoder |
defaultBitOrder(BitOrder bitOrder) |
Decoder |
defaultByteOrder(ByteOrder byteOrder) |
BigInteger |
getAsBigInteger() |
boolean |
getAsBoolean() |
double |
getAsDouble() |
float |
getAsFloat() |
int |
getAsInt() |
long |
getAsLong() |
Map<String,Object> |
getAsMap() |
short |
getAsShort() |
<T> T |
mapTo(Class<T> clazz) |
protected <T> T |
mapToArg(Constructor<T> constructor) |
protected <T> T |
mapToNoArg(Constructor<T> constructor) |
protected Decoder |
put(Object value) |
protected Decoder |
put(String key,
Object value) |
Decoder |
readByte() |
Decoder |
readByte(java.util.function.Function<Byte,?> formula) |
Decoder |
readByte(int offset) |
Decoder |
readByte(int offset,
java.util.function.Function<Byte,?> formula) |
Decoder |
readByte(int offset,
String name) |
Decoder |
readByte(int offset,
String name,
java.util.function.Function<Byte,?> formula) |
Decoder |
readByte(String name) |
Decoder |
readByte(String name,
java.util.function.Function<Byte,?> formula) |
Decoder |
readDouble() |
Decoder |
readDouble(ByteOrder byteOrder) |
Decoder |
readDouble(ByteOrder byteOrder,
java.util.function.Function<Double,?> formula) |
Decoder |
readDouble(ByteOrder byteOrder,
String name) |
Decoder |
readDouble(ByteOrder byteOrder,
String name,
java.util.function.Function<Double,?> formula) |
Decoder |
readDouble(java.util.function.Function<Double,?> formula) |
Decoder |
readDouble(int offset) |
Decoder |
readDouble(int offset,
ByteOrder byteOrder) |
Decoder |
readDouble(int offset,
ByteOrder byteOrder,
java.util.function.Function<Double,?> formula) |
Decoder |
readDouble(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readDouble(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<Double,?> formula) |
Decoder |
readDouble(int offset,
java.util.function.Function<Double,?> formula) |
Decoder |
readDouble(int offset,
String name) |
Decoder |
readDouble(int offset,
String name,
java.util.function.Function<Double,?> formula) |
Decoder |
readDouble(String name) |
Decoder |
readDouble(String name,
java.util.function.Function<Double,?> formula) |
Decoder |
readFloat() |
Decoder |
readFloat(ByteOrder byteOrder) |
Decoder |
readFloat(ByteOrder byteOrder,
java.util.function.Function<Float,?> formula) |
Decoder |
readFloat(ByteOrder byteOrder,
String name) |
Decoder |
readFloat(ByteOrder byteOrder,
String name,
java.util.function.Function<Float,?> formula) |
Decoder |
readFloat(java.util.function.Function<Float,?> formula) |
Decoder |
readFloat(int offset) |
Decoder |
readFloat(int offset,
ByteOrder byteOrder) |
Decoder |
readFloat(int offset,
ByteOrder byteOrder,
java.util.function.Function<Float,?> formula) |
Decoder |
readFloat(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readFloat(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<Float,?> formula) |
Decoder |
readFloat(int offset,
java.util.function.Function<Float,?> formula) |
Decoder |
readFloat(int offset,
String name) |
Decoder |
readFloat(int offset,
String name,
java.util.function.Function<Float,?> formula) |
Decoder |
readFloat(String name) |
Decoder |
readFloat(String name,
java.util.function.Function<Float,?> formula) |
Decoder |
readInt16() |
Decoder |
readInt16(ByteOrder byteOrder) |
Decoder |
readInt16(ByteOrder byteOrder,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt16(ByteOrder byteOrder,
String name) |
Decoder |
readInt16(ByteOrder byteOrder,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt16(java.util.function.Function<Integer,?> formula) |
Decoder |
readInt16(int offset) |
Decoder |
readInt16(int offset,
ByteOrder byteOrder) |
Decoder |
readInt16(int offset,
ByteOrder byteOrder,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt16(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readInt16(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt16(int offset,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt16(int offset,
String name) |
Decoder |
readInt16(int offset,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt16(String name) |
Decoder |
readInt16(String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt32() |
Decoder |
readInt32(ByteOrder byteOrder) |
Decoder |
readInt32(ByteOrder byteOrder,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt32(ByteOrder byteOrder,
String name) |
Decoder |
readInt32(ByteOrder byteOrder,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt32(java.util.function.Function<Integer,?> formula) |
Decoder |
readInt32(int offset) |
Decoder |
readInt32(int offset,
ByteOrder byteOrder) |
Decoder |
readInt32(int offset,
ByteOrder byteOrder,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt32(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readInt32(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt32(int offset,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt32(int offset,
String name) |
Decoder |
readInt32(int offset,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt32(String name) |
Decoder |
readInt32(String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt64() |
Decoder |
readInt64(ByteOrder byteOrder) |
Decoder |
readInt64(ByteOrder byteOrder,
java.util.function.Function<Long,?> formula) |
Decoder |
readInt64(ByteOrder byteOrder,
String name) |
Decoder |
readInt64(ByteOrder byteOrder,
String name,
java.util.function.Function<Long,?> formula) |
Decoder |
readInt64(java.util.function.Function<Long,?> formula) |
Decoder |
readInt64(int offset) |
Decoder |
readInt64(int offset,
ByteOrder byteOrder) |
Decoder |
readInt64(int offset,
ByteOrder byteOrder,
java.util.function.Function<Long,?> formula) |
Decoder |
readInt64(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readInt64(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<Long,?> formula) |
Decoder |
readInt64(int offset,
java.util.function.Function<Long,?> formula) |
Decoder |
readInt64(int offset,
String name) |
Decoder |
readInt64(int offset,
String name,
java.util.function.Function<Long,?> formula) |
Decoder |
readInt64(String name) |
Decoder |
readInt64(String name,
java.util.function.Function<Long,?> formula) |
Decoder |
readInt8() |
Decoder |
readInt8(java.util.function.Function<Integer,?> formula) |
Decoder |
readInt8(int offset) |
Decoder |
readInt8(int offset,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt8(int offset,
String name) |
Decoder |
readInt8(int offset,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readInt8(String name) |
Decoder |
readInt8(String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readShort() |
Decoder |
readShort(ByteOrder byteOrder) |
Decoder |
readShort(ByteOrder byteOrder,
java.util.function.Function<Short,?> formula) |
Decoder |
readShort(ByteOrder byteOrder,
String name) |
Decoder |
readShort(ByteOrder byteOrder,
String name,
java.util.function.Function<Short,?> formula) |
Decoder |
readShort(java.util.function.Function<Short,?> formula) |
Decoder |
readShort(int offset) |
Decoder |
readShort(int offset,
ByteOrder byteOrder) |
Decoder |
readShort(int offset,
ByteOrder byteOrder,
java.util.function.Function<Short,?> formula) |
Decoder |
readShort(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readShort(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<Short,?> formula) |
Decoder |
readShort(int offset,
java.util.function.Function<Short,?> formula) |
Decoder |
readShort(int offset,
String name) |
Decoder |
readShort(int offset,
String name,
java.util.function.Function<Short,?> formula) |
Decoder |
readShort(String name) |
Decoder |
readShort(String name,
java.util.function.Function<Short,?> formula) |
Decoder |
readUInt16() |
Decoder |
readUInt16(ByteOrder byteOrder) |
Decoder |
readUInt16(ByteOrder byteOrder,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt16(ByteOrder byteOrder,
String name) |
Decoder |
readUInt16(ByteOrder byteOrder,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt16(java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt16(int offset) |
Decoder |
readUInt16(int offset,
ByteOrder byteOrder) |
Decoder |
readUInt16(int offset,
ByteOrder byteOrder,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt16(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readUInt16(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt16(int offset,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt16(int offset,
String name) |
Decoder |
readUInt16(int offset,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt16(String name) |
Decoder |
readUInt16(String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt32() |
Decoder |
readUInt32(ByteOrder byteOrder) |
Decoder |
readUInt32(ByteOrder byteOrder,
java.util.function.Function<Long,?> formula) |
Decoder |
readUInt32(ByteOrder byteOrder,
String name) |
Decoder |
readUInt32(ByteOrder byteOrder,
String name,
java.util.function.Function<Long,?> formula) |
Decoder |
readUInt32(java.util.function.Function<Long,?> formula) |
Decoder |
readUInt32(int offset) |
Decoder |
readUInt32(int offset,
ByteOrder byteOrder) |
Decoder |
readUInt32(int offset,
ByteOrder byteOrder,
java.util.function.Function<Long,?> formula) |
Decoder |
readUInt32(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readUInt32(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<Long,?> formula) |
Decoder |
readUInt32(int offset,
java.util.function.Function<Long,?> formula) |
Decoder |
readUInt32(int offset,
String name) |
Decoder |
readUInt32(int offset,
String name,
java.util.function.Function<Long,?> formula) |
Decoder |
readUInt32(String name) |
Decoder |
readUInt32(String name,
java.util.function.Function<Long,?> formula) |
Decoder |
readUInt64() |
Decoder |
readUInt64(ByteOrder byteOrder) |
Decoder |
readUInt64(ByteOrder byteOrder,
java.util.function.Function<BigInteger,?> formula) |
Decoder |
readUInt64(ByteOrder byteOrder,
String name) |
Decoder |
readUInt64(ByteOrder byteOrder,
String name,
java.util.function.Function<BigInteger,?> formula) |
Decoder |
readUInt64(java.util.function.Function<BigInteger,?> formula) |
Decoder |
readUInt64(int offset) |
Decoder |
readUInt64(int offset,
ByteOrder byteOrder) |
Decoder |
readUInt64(int offset,
ByteOrder byteOrder,
java.util.function.Function<BigInteger,?> formula) |
Decoder |
readUInt64(int offset,
ByteOrder byteOrder,
String name) |
Decoder |
readUInt64(int offset,
ByteOrder byteOrder,
String name,
java.util.function.Function<BigInteger,?> formula) |
Decoder |
readUInt64(int offset,
java.util.function.Function<BigInteger,?> formula) |
Decoder |
readUInt64(int offset,
String name) |
Decoder |
readUInt64(int offset,
String name,
java.util.function.Function<BigInteger,?> formula) |
Decoder |
readUInt64(String name) |
Decoder |
readUInt64(String name,
java.util.function.Function<BigInteger,?> formula) |
Decoder |
readUInt8() |
Decoder |
readUInt8(java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt8(int offset) |
Decoder |
readUInt8(int offset,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt8(int offset,
String name) |
Decoder |
readUInt8(int offset,
String name,
java.util.function.Function<Integer,?> formula) |
Decoder |
readUInt8(String name) |
Decoder |
readUInt8(String name,
java.util.function.Function<Integer,?> formula) |