跳过导航链接
A B C D E F G H I J L M N O P S T V 

A

assists - 类 中的静态变量org.indunet.fastproto.FastProto
 

B

BinaryDecoder - org.indunet.fastproto.decoder中的类
 
BinaryDecoder() - 类 的构造器org.indunet.fastproto.decoder.BinaryDecoder
 
binaryDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
BinaryEncoder - org.indunet.fastproto.encoder中的类
 
BinaryEncoder() - 类 的构造器org.indunet.fastproto.encoder.BinaryEncoder
 
binaryEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
BinaryType - org.indunet.fastproto.annotation.type中的注释类型
 
binaryType(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
binaryType(byte[], int, byte[]) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
BooleanDecoder - org.indunet.fastproto.decoder中的类
 
BooleanDecoder() - 类 的构造器org.indunet.fastproto.decoder.BooleanDecoder
 
booleanDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
BooleanEncoder - org.indunet.fastproto.encoder中的类
 
BooleanEncoder() - 类 的构造器org.indunet.fastproto.encoder.BooleanEncoder
 
booleanEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
BooleanType - org.indunet.fastproto.annotation.type中的注释类型
 
booleanType(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
booleanType(byte[], int, int, boolean) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
ByteDecoder - org.indunet.fastproto.decoder中的类
 
ByteDecoder() - 类 的构造器org.indunet.fastproto.decoder.ByteDecoder
 
byteDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
ByteEncoder - org.indunet.fastproto.encoder中的类
 
ByteEncoder() - 类 的构造器org.indunet.fastproto.encoder.ByteEncoder
 
byteEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
ByteType - org.indunet.fastproto.annotation.type中的注释类型
 
byteType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
byteType(byte[], int, byte) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 

C

CharacterDecoder - org.indunet.fastproto.decoder中的类
 
CharacterDecoder() - 类 的构造器org.indunet.fastproto.decoder.CharacterDecoder
 
characterDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
CharacterEncoder - org.indunet.fastproto.encoder中的类
 
CharacterEncoder() - 类 的构造器org.indunet.fastproto.encoder.CharacterEncoder
 
characterEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
CharacterType - org.indunet.fastproto.annotation.type中的注释类型
 
characterType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
characterType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
characterType(byte[], int, char) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
characterType(byte[], int, EndianPolicy, char) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
code - 枚举 中的变量org.indunet.fastproto.EndianPolicy
 
CodecException - org.indunet.fastproto.exception中的异常错误
 
CodecException() - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecException(String) - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 

D

datagram - 类 中的变量org.indunet.fastproto.decoder.DecodeContext
 
datagram - 类 中的变量org.indunet.fastproto.encoder.EncodeContext
 
DataType() - 枚举 的构造器org.indunet.fastproto.annotation.Type.DataType
 
dataType - 类 中的变量org.indunet.fastproto.TypeAssist
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.BinaryDecoder
 
decode(byte[], int, int) - 类 中的方法org.indunet.fastproto.decoder.BinaryDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.BooleanDecoder
 
decode(byte[], int, int) - 类 中的方法org.indunet.fastproto.decoder.BooleanDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.ByteDecoder
 
decode(byte[], int) - 类 中的方法org.indunet.fastproto.decoder.ByteDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.CharacterDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.CharacterDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.DoubleDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.DoubleDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.FloatDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.FloatDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.IntegerDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.IntegerDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.LongDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.LongDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.ShortDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.ShortDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.StringDecoder
 
decode(byte[], int, int, Charset) - 类 中的方法org.indunet.fastproto.decoder.StringDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.TimestampDecoder
 
decode(byte[], int, Type.DataType, EndianPolicy, TimeUnit) - 类 中的方法org.indunet.fastproto.decoder.TimestampDecoder
 
decode(DecodeContext) - 接口 中的方法org.indunet.fastproto.decoder.TypeDecoder
 
decode(byte[], Class<T>) - 类 中的静态方法org.indunet.fastproto.FastProto
Convert binary message into object.
DecodeContext - org.indunet.fastproto.decoder中的类
 
DecodeContext() - 类 的构造器org.indunet.fastproto.decoder.DecodeContext
 
DecodeError() - 枚举 的构造器org.indunet.fastproto.exception.DecodeException.DecodeError
 
DecodeException - org.indunet.fastproto.exception中的异常错误
 
DecodeException(DecodeException.DecodeError) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeException(DecodeException.DecodeError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeException(String) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeException.DecodeError - org.indunet.fastproto.exception中的枚举
 
DecodeFormula - org.indunet.fastproto.annotation中的注释类型
 
decodeFormula - 类 中的变量org.indunet.fastproto.TypeAssist
 
DecodeIgnore - org.indunet.fastproto.annotation中的注释类型
 
decodeIgnore - 类 中的变量org.indunet.fastproto.TypeAssist
 
Decoder - org.indunet.fastproto.annotation中的注释类型
 
decoder - 类 中的变量org.indunet.fastproto.TypeAssist
 
decoderClass - 类 中的变量org.indunet.fastproto.TypeAssist
 
Decoders - org.indunet.fastproto.decoder中的类
 
Decoders() - 类 的构造器org.indunet.fastproto.decoder.Decoders
 
decoders - 类 中的静态变量org.indunet.fastproto.decoder.Decoders
 
DecodeUtils - org.indunet.fastproto.util中的类
 
DecodeUtils() - 类 的构造器org.indunet.fastproto.util.DecodeUtils
 
DoubleDecoder - org.indunet.fastproto.decoder中的类
 
DoubleDecoder() - 类 的构造器org.indunet.fastproto.decoder.DoubleDecoder
 
doubleDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
DoubleEncoder - org.indunet.fastproto.encoder中的类
 
DoubleEncoder() - 类 的构造器org.indunet.fastproto.encoder.DoubleEncoder
 
doubleEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
DoubleType - org.indunet.fastproto.annotation.type中的注释类型
 
doubleType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
doubleType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
doubleType(byte[], int, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
doubleType(byte[], int, EndianPolicy, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 

E

elements - 类 中的变量org.indunet.fastproto.TypeAssist
 
elementType - 类 中的变量org.indunet.fastproto.TypeAssist
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.BinaryEncoder
 
encode(byte[], int, byte[]) - 类 中的方法org.indunet.fastproto.encoder.BinaryEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.BooleanEncoder
 
encode(byte[], int, int, boolean) - 类 中的方法org.indunet.fastproto.encoder.BooleanEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.ByteEncoder
 
encode(byte[], int, byte) - 类 中的方法org.indunet.fastproto.encoder.ByteEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.CharacterEncoder
 
encode(byte[], int, EndianPolicy, char) - 类 中的方法org.indunet.fastproto.encoder.CharacterEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.DoubleEncoder
 
encode(byte[], int, EndianPolicy, double) - 类 中的方法org.indunet.fastproto.encoder.DoubleEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.FloatEncoder
 
encode(byte[], int, EndianPolicy, float) - 类 中的方法org.indunet.fastproto.encoder.FloatEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.IntegerEncoder
 
encode(byte[], int, EndianPolicy, int) - 类 中的方法org.indunet.fastproto.encoder.IntegerEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.LongEncoder
 
encode(byte[], int, EndianPolicy, long) - 类 中的方法org.indunet.fastproto.encoder.LongEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.ShortEncoder
 
encode(byte[], int, EndianPolicy, short) - 类 中的方法org.indunet.fastproto.encoder.ShortEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.StringEncoder
 
encode(byte[], int, int, Charset, String) - 类 中的方法org.indunet.fastproto.encoder.StringEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.TimestampEncoder
 
encode(byte[], int, Type.DataType, EndianPolicy, TimeUnit, Timestamp) - 类 中的方法org.indunet.fastproto.encoder.TimestampEncoder
 
encode(EncodeContext) - 接口 中的方法org.indunet.fastproto.encoder.TypeEncoder
 
encode(Object, byte[]) - 类 中的静态方法org.indunet.fastproto.FastProto
Convert object into binary message.
EncodeContext - org.indunet.fastproto.encoder中的类
 
EncodeContext() - 类 的构造器org.indunet.fastproto.encoder.EncodeContext
 
EncodeError() - 枚举 的构造器org.indunet.fastproto.exception.EncodeException.EncodeError
 
EncodeException - org.indunet.fastproto.exception中的异常错误
 
EncodeException(EncodeException.EncodeError) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeException(EncodeException.EncodeError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeException(String) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeException.EncodeError - org.indunet.fastproto.exception中的枚举
 
EncodeFormula - org.indunet.fastproto.annotation中的注释类型
 
encodeFormula - 类 中的变量org.indunet.fastproto.TypeAssist
 
EncodeIgnore - org.indunet.fastproto.annotation中的注释类型
 
encodeIgnore - 类 中的变量org.indunet.fastproto.TypeAssist
 
Encoder - org.indunet.fastproto.annotation中的注释类型
 
encoder - 类 中的变量org.indunet.fastproto.TypeAssist
 
encoderClass - 类 中的变量org.indunet.fastproto.TypeAssist
 
Encoders - org.indunet.fastproto.encoder中的类
 
Encoders() - 类 的构造器org.indunet.fastproto.encoder.Encoders
 
encoders - 类 中的静态变量org.indunet.fastproto.encoder.Encoders
 
EncodeUtils - org.indunet.fastproto.util中的类
 
EncodeUtils() - 类 的构造器org.indunet.fastproto.util.EncodeUtils
 
Endian - org.indunet.fastproto.annotation中的注释类型
 
EndianPolicy - org.indunet.fastproto中的枚举
 
EndianPolicy() - 枚举 的构造器org.indunet.fastproto.EndianPolicy
 
endianPolicy - 类 中的变量org.indunet.fastproto.TypeAssist
 

F

FastProto - org.indunet.fastproto中的类
 
FastProto() - 类 的构造器org.indunet.fastproto.FastProto
 
field - 类 中的变量org.indunet.fastproto.TypeAssist
 
FloatDecoder - org.indunet.fastproto.decoder中的类
 
FloatDecoder() - 类 的构造器org.indunet.fastproto.decoder.FloatDecoder
 
floatDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
FloatEncoder - org.indunet.fastproto.encoder中的类
 
FloatEncoder() - 类 的构造器org.indunet.fastproto.encoder.FloatEncoder
 
floatEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
FloatType - org.indunet.fastproto.annotation.type中的注释类型
 
floatType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
floatType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
floatType(byte[], int, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
floatType(byte[], int, EndianPolicy, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
formulas - 类 中的静态变量org.indunet.fastproto.decoder.Decoders
 
formulas - 类 中的静态变量org.indunet.fastproto.encoder.Encoders
 

G

getDataType(Class<T>) - 类 中的方法org.indunet.fastproto.decoder.DecodeContext
 
getDataType(Class<T>) - 类 中的方法org.indunet.fastproto.encoder.EncodeContext
 
getDecoder(Class<? extends TypeDecoder>) - 类 中的静态方法org.indunet.fastproto.decoder.Decoders
 
getDecoder(Class<? extends TypeDecoder>, Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.decoder.Decoders
 
getEncoder(Class<? extends TypeEncoder>) - 类 中的静态方法org.indunet.fastproto.encoder.Encoders
 
getEndianPolicy() - 类 中的方法org.indunet.fastproto.decoder.DecodeContext
 
getEndianPolicy() - 类 中的方法org.indunet.fastproto.encoder.EncodeContext
 
getFormula(Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.decoder.Decoders
 
getFormula(Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.encoder.Encoders
 
getObject(Class<T>) - 类 中的方法org.indunet.fastproto.decoder.DecodeContext
 
getValue(Class<T>) - 类 中的方法org.indunet.fastproto.encoder.EncodeContext
 

H

hasElement() - 类 中的方法org.indunet.fastproto.TypeAssist
 

I

IntegerDecoder - org.indunet.fastproto.decoder中的类
 
IntegerDecoder() - 类 的构造器org.indunet.fastproto.decoder.IntegerDecoder
 
integerDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
IntegerEncoder - org.indunet.fastproto.encoder中的类
 
IntegerEncoder() - 类 的构造器org.indunet.fastproto.encoder.IntegerEncoder
 
integerEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
IntegerType - org.indunet.fastproto.annotation.type中的注释类型
 
integerType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
integerType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
integerType(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
integerType(byte[], int, EndianPolicy, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 

J

javaType - 枚举 中的变量org.indunet.fastproto.annotation.Type.DataType
 

L

LongDecoder - org.indunet.fastproto.decoder中的类
 
LongDecoder() - 类 的构造器org.indunet.fastproto.decoder.LongDecoder
 
longDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
LongEncoder - org.indunet.fastproto.encoder中的类
 
LongEncoder() - 类 的构造器org.indunet.fastproto.encoder.LongEncoder
 
longEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
LongType - org.indunet.fastproto.annotation.type中的注释类型
 
longType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
longType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
longType(byte[], int, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
longType(byte[], int, EndianPolicy, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 

M

MAX - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ByteType
 
MAX - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DoubleType
 
MAX - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.FloatType
 
MAX - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.IntegerType
 
MAX - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.LongType
 
MAX - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ShortType
 
MAX_BIT_OFFSET - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BooleanType
 
message - 枚举 中的变量org.indunet.fastproto.exception.DecodeException.DecodeError
 
message - 枚举 中的变量org.indunet.fastproto.exception.EncodeException.EncodeError
 
MIN - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ByteType
 
MIN - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DoubleType
 
MIN - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.FloatType
 
MIN - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.IntegerType
 
MIN - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.LongType
 
MIN - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ShortType
 
MIN_BIT_OFFSET - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BooleanType
 

N

name - 枚举 中的变量org.indunet.fastproto.EndianPolicy
 

O

object - 类 中的变量org.indunet.fastproto.decoder.DecodeContext
 
of(Class<?>) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
of(Field) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
org.indunet.fastproto - 程序包 org.indunet.fastproto
 
org.indunet.fastproto.annotation - 程序包 org.indunet.fastproto.annotation
 
org.indunet.fastproto.annotation.type - 程序包 org.indunet.fastproto.annotation.type
 
org.indunet.fastproto.decoder - 程序包 org.indunet.fastproto.decoder
 
org.indunet.fastproto.encoder - 程序包 org.indunet.fastproto.encoder
 
org.indunet.fastproto.exception - 程序包 org.indunet.fastproto.exception
 
org.indunet.fastproto.util - 程序包 org.indunet.fastproto.util
 

P

parent - 类 中的变量org.indunet.fastproto.TypeAssist
 

S

setValue(Object, Object) - 类 中的方法org.indunet.fastproto.TypeAssist
 
ShortDecoder - org.indunet.fastproto.decoder中的类
 
ShortDecoder() - 类 的构造器org.indunet.fastproto.decoder.ShortDecoder
 
shortDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
ShortEncoder - org.indunet.fastproto.encoder中的类
 
ShortEncoder() - 类 的构造器org.indunet.fastproto.encoder.ShortEncoder
 
shortEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
ShortType - org.indunet.fastproto.annotation.type中的注释类型
 
shortType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
shortType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
shortType(byte[], int, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
shortType(byte[], int, EndianPolicy, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ByteType
 
size - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.CharacterType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DoubleType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.FloatType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.IntegerType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.LongType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ShortType
 
StringDecoder - org.indunet.fastproto.decoder中的类
 
StringDecoder() - 类 的构造器org.indunet.fastproto.decoder.StringDecoder
 
stringDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
StringEncoder - org.indunet.fastproto.encoder中的类
 
StringEncoder() - 类 的构造器org.indunet.fastproto.encoder.StringEncoder
 
stringEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
StringType - org.indunet.fastproto.annotation.type中的注释类型
 
stringType(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
stringType(byte[], int, int, Charset) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
stringType(byte[], int, int, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
stringType(byte[], int, int, Charset, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 

T

TimestampDecoder - org.indunet.fastproto.decoder中的类
 
TimestampDecoder() - 类 的构造器org.indunet.fastproto.decoder.TimestampDecoder
 
TimestampEncoder - org.indunet.fastproto.encoder中的类
 
TimestampEncoder() - 类 的构造器org.indunet.fastproto.encoder.TimestampEncoder
 
TimestampType - org.indunet.fastproto.annotation.type中的注释类型
 
toDecodeContext(byte[], Object) - 类 中的方法org.indunet.fastproto.TypeAssist
 
toDecodeContexts(byte[], Object) - 类 中的方法org.indunet.fastproto.TypeAssist
 
toDecodeContexts(byte[]) - 类 中的方法org.indunet.fastproto.TypeAssist
 
toEncodeContext(Object, byte[]) - 类 中的方法org.indunet.fastproto.TypeAssist
 
toEncodeContexts(Object, byte[]) - 类 中的方法org.indunet.fastproto.TypeAssist
 
Type - org.indunet.fastproto.annotation中的注释类型
 
type - 枚举 中的变量org.indunet.fastproto.annotation.Type.DataType
 
type - 类 中的变量org.indunet.fastproto.TypeAssist
 
type(byte[], int, byte[]) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, char) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, char) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int, boolean) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, byte) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int, Charset, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
Type.DataType - org.indunet.fastproto.annotation中的枚举
 
typeAssist - 类 中的变量org.indunet.fastproto.decoder.DecodeContext
 
typeAssist - 类 中的变量org.indunet.fastproto.encoder.EncodeContext
 
TypeAssist - org.indunet.fastproto中的类
 
TypeAssist() - 类 的构造器org.indunet.fastproto.TypeAssist
 
TypeDecoder<T> - org.indunet.fastproto.decoder中的接口
 
TypeEncoder - org.indunet.fastproto.encoder中的接口
 

V

value - 类 中的变量org.indunet.fastproto.encoder.EncodeContext
 
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.annotation.Type.DataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.EndianPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.exception.DecodeException.DecodeError
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.exception.EncodeException.EncodeError
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.indunet.fastproto.annotation.Type.DataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.EndianPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.exception.DecodeException.DecodeError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.exception.EncodeException.EncodeError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I J L M N O P S T V 
跳过导航链接

Copyright © 2018–2021 Industrial Internet. All rights reserved.