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

A

AbstractProtocol - org.indunet.fastproto中的类
Abstract protocol.
AbstractProtocol() - 类 的构造器org.indunet.fastproto.AbstractProtocol
 
addClass(Reference) - 类 中的方法org.indunet.fastproto.graph.Graph
 
addReference(Reference, Reference) - 类 中的方法org.indunet.fastproto.graph.Graph
 
addReference(Reference) - 类 中的方法org.indunet.fastproto.graph.Graph
 
adj - 类 中的变量org.indunet.fastproto.graph.Graph
 
adj(Reference) - 类 中的方法org.indunet.fastproto.graph.Graph
 
align(int) - 类 中的方法org.indunet.fastproto.Decoder
Align the current position to the specified byte boundary.
align(int) - 类 中的方法org.indunet.fastproto.Encoder
Align the current position to the specified byte boundary.
align(int) - 类 中的方法org.indunet.fastproto.io.ByteBufferIOStream
 
andEq(int, byte) - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
AnnotationMapper - org.indunet.fastproto.mapper中的类
Data type annotation mapper.
AnnotationMapper() - 类 的构造器org.indunet.fastproto.mapper.AnnotationMapper
 
append(Class<? extends Pipeline<T>>) - 类 中的方法org.indunet.fastproto.pipeline.Pipeline
 
appendBool(boolean...) - 类 中的方法org.indunet.fastproto.Encoder
Encode boolean values into binary data.
appendBool(BitOrder, boolean...) - 类 中的方法org.indunet.fastproto.Encoder
Encode boolean values into binary data.
appendByte(byte...) - 类 中的方法org.indunet.fastproto.Encoder
Encode byte values into binary data.
appendBytes(byte[]) - 类 中的方法org.indunet.fastproto.Encoder
Encode byte array values into binary data.
appendDouble(double...) - 类 中的方法org.indunet.fastproto.Encoder
Encode double values into binary data.
appendDouble(ByteOrder, double...) - 类 中的方法org.indunet.fastproto.Encoder
Encode double values into binary data.
appendFloat(float...) - 类 中的方法org.indunet.fastproto.Encoder
Encode float values into binary data.
appendFloat(ByteOrder, float...) - 类 中的方法org.indunet.fastproto.Encoder
Encode float values into binary data.
appendInt16(int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int16 values into binary data.
appendInt16(ByteOrder, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int16 values into binary data.
appendInt32(int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int32 values into binary data.
appendInt32(ByteOrder, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int32 values into binary data.
appendInt64(long...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int64 values into binary data.
appendInt64(ByteOrder, long...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int64 values into binary data.
appendInt8(int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int8 values into binary data.
appendShort(short...) - 类 中的方法org.indunet.fastproto.Encoder
Encode short values into binary data.
appendShort(ByteOrder, short...) - 类 中的方法org.indunet.fastproto.Encoder
Encode short values into binary data.
appendUInt16(int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint16 values into binary data.
appendUInt16(ByteOrder, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint16 values into binary data.
appendUInt32(long...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint32 values into binary data.
appendUInt32(ByteOrder, long...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint32 values into binary data.
appendUInt64(BigInteger...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint64 values into binary data.
appendUInt64(ByteOrder, BigInteger...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint64 values into binary data.
appendUInt8(int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint8 values into binary data.
AsciiArrayCodec - org.indunet.fastproto.codec中的类
Codec for Ascii array type.
AsciiArrayCodec() - 类 的构造器org.indunet.fastproto.codec.AsciiArrayCodec
 
AsciiArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
AsciiArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
AsciiArrayType - org.indunet.fastproto.annotation中的注释类型
Defines an Ascii array type annotation.
AsciiCodec - org.indunet.fastproto.codec中的类
Codec for ASCII type.
AsciiCodec() - 类 的构造器org.indunet.fastproto.codec.AsciiCodec
 
AsciiType - org.indunet.fastproto.annotation中的注释类型
Defines an Ascii type annotation.
AutoType - org.indunet.fastproto.annotation中的注释类型
Defines an AutoType annotation.

B

BinaryCodec - org.indunet.fastproto.codec中的类
Codec for handling byte array type.
BinaryCodec() - 类 的构造器org.indunet.fastproto.codec.BinaryCodec
 
BinaryCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
BinaryCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
BinaryType - org.indunet.fastproto.annotation中的注释类型
Defines a Binary type annotation.
BIT_0 - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
BIT_1 - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
BIT_2 - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
BIT_3 - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
BIT_4 - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
BIT_5 - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
BIT_6 - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
BIT_7 - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
BIT_OFFSET_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
bitIndex - 类 中的变量org.indunet.fastproto.io.ByteBufferIOStream
 
bitOffset() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
bitOffset(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
bitOrder - 类 中的变量org.indunet.fastproto.AbstractProtocol
 
BitOrder - org.indunet.fastproto中的枚举
Bit order policy.
BitOrder() - 枚举 的构造器org.indunet.fastproto.BitOrder
 
bitOrder - 类 中的变量org.indunet.fastproto.graph.Reference
 
bitOrder() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
BitOrderFlow - org.indunet.fastproto.graph.resolve中的类
BitOrderFlow Class.
BitOrderFlow() - 类 的构造器org.indunet.fastproto.graph.resolve.BitOrderFlow
 
BoolArrayCodec - org.indunet.fastproto.codec中的类
Codec for Boolean array type.
BoolArrayCodec() - 类 的构造器org.indunet.fastproto.codec.BoolArrayCodec
 
BoolArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
BoolArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
BoolArrayType - org.indunet.fastproto.annotation中的注释类型
Boolean array type, can be used to annotate field type of Boolean[]/boolean[]/List/Set.
BoolCodec - org.indunet.fastproto.codec中的类
Codec for Boolean type.
BoolCodec() - 类 的构造器org.indunet.fastproto.codec.BoolCodec
 
BoolType - org.indunet.fastproto.annotation中的注释类型
Defines a Boolean type annotation.
build() - 接口 中的方法org.indunet.fastproto.formula.FormulaBuilder
 
buildPipeline(ResolvePipeline...) - 类 中的静态方法org.indunet.fastproto.graph.resolve.ResolvePipeline
 
buildTable(int) - 类 中的静态方法org.indunet.fastproto.checksum.CRC32
 
BYTE_OFFSET_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
ByteBuffer - org.indunet.fastproto.io中的类
ByteBuffer is a dynamic byte array that can automatically expand based on the writing offset.
ByteBuffer() - 类 的构造器org.indunet.fastproto.io.ByteBuffer
 
ByteBuffer(int) - 类 的构造器org.indunet.fastproto.io.ByteBuffer
 
ByteBuffer(byte[]) - 类 的构造器org.indunet.fastproto.io.ByteBuffer
 
byteBuffer - 类 中的变量org.indunet.fastproto.io.ByteBufferIOStream
 
ByteBufferInputStream - org.indunet.fastproto.io中的类
ByteBufferInputStream is an input stream that provides more convenient methods for reading from a ByteBuffer.
ByteBufferInputStream() - 类 的构造器org.indunet.fastproto.io.ByteBufferInputStream
 
ByteBufferInputStream(byte[]) - 类 的构造器org.indunet.fastproto.io.ByteBufferInputStream
 
ByteBufferInputStream(ByteBuffer) - 类 的构造器org.indunet.fastproto.io.ByteBufferInputStream
 
ByteBufferIOStream - org.indunet.fastproto.io中的类
Abstract ByteBuffer IO stream.
ByteBufferIOStream(ByteBuffer) - 类 的构造器org.indunet.fastproto.io.ByteBufferIOStream
 
ByteBufferOutputStream - org.indunet.fastproto.io中的类
Output stream of ByteBuffer which supplies more convenient methods for writing.
ByteBufferOutputStream() - 类 的构造器org.indunet.fastproto.io.ByteBufferOutputStream
 
ByteBufferOutputStream(byte[]) - 类 的构造器org.indunet.fastproto.io.ByteBufferOutputStream
 
ByteBufferOutputStream(ByteBuffer) - 类 的构造器org.indunet.fastproto.io.ByteBufferOutputStream
 
ByteCodec - org.indunet.fastproto.codec中的类
Codec for Byte type.
ByteCodec() - 类 的构造器org.indunet.fastproto.codec.ByteCodec
 
byteIndex - 类 中的变量org.indunet.fastproto.io.ByteBufferIOStream
 
byteOffset() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
byteOffset(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
byteOrder - 类 中的变量org.indunet.fastproto.AbstractProtocol
 
ByteOrder - org.indunet.fastproto中的枚举
Byte order policy.
ByteOrder() - 枚举 的构造器org.indunet.fastproto.ByteOrder
 
byteOrder - 类 中的变量org.indunet.fastproto.graph.Reference
 
byteOrder() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
ByteOrderFlow - org.indunet.fastproto.graph.resolve中的类
Resolve byte order flow.
ByteOrderFlow() - 类 的构造器org.indunet.fastproto.graph.resolve.ByteOrderFlow
 
bytes - 类 中的变量org.indunet.fastproto.io.ByteBuffer
 

C

calculate(byte[], int, int, Checksum.Type) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
Calculate checksum for specific range.
calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC
Calculate the CRC value of the given data.
calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC16
 
calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC32
 
calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC8
 
CalendarCodec() - 类 的构造器org.indunet.fastproto.codec.DateCodec.CalendarCodec
 
CharArrayCodec - org.indunet.fastproto.codec中的类
Codec for Char array type.
CharArrayCodec() - 类 的构造器org.indunet.fastproto.codec.CharArrayCodec
 
CharArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
CharArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
CharArrayType - org.indunet.fastproto.annotation中的注释类型
Defines a Character array type annotation.
CharCodec - org.indunet.fastproto.codec中的类
Codec for Character type.
CharCodec() - 类 的构造器org.indunet.fastproto.codec.CharCodec
 
CharType - org.indunet.fastproto.annotation中的注释类型
Defines a CharType annotation.
Checksum - org.indunet.fastproto.annotation中的注释类型
Annotation for checksum validation.
Checksum.Type - org.indunet.fastproto.annotation中的枚举
 
ChecksumFlow - org.indunet.fastproto.pipeline中的类
 
ChecksumFlow() - 类 的构造器org.indunet.fastproto.pipeline.ChecksumFlow
 
ChecksumUtils - org.indunet.fastproto.checksum中的类
Utility methods for checksum calculation.
ChecksumUtils() - 类 的构造器org.indunet.fastproto.checksum.ChecksumUtils
 
classBytes - 类 中的变量org.indunet.fastproto.formula.compiler.MemoryClassLoader
 
classBytes - 类 中的变量org.indunet.fastproto.formula.compiler.MemoryJavaFileManager
 
className - 类 中的变量org.indunet.fastproto.formula.FormulaBuilderTemplate
 
clazz - 类 中的变量org.indunet.fastproto.pipeline.PipelineContext
 
clear() - 类 中的方法org.indunet.fastproto.graph.Reference
 
close() - 类 中的方法org.indunet.fastproto.formula.compiler.MemoryJavaFileManager
 
code - 枚举 中的变量org.indunet.fastproto.BitOrder
 
code - 枚举 中的变量org.indunet.fastproto.ByteOrder
 
code - 类 中的变量org.indunet.fastproto.formula.compiler.MemoryJavaFileManager.MemoryInputJavaFileObject
 
Codec<T> - org.indunet.fastproto.codec中的接口
Interface for Codec.
CodecContext - org.indunet.fastproto.codec中的类
The CodecContext class.
CodecContext() - 类 的构造器org.indunet.fastproto.codec.CodecContext
 
CodecException - org.indunet.fastproto.exception中的异常错误
Exception class for Codec operations.
CodecException() - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecException(String) - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecFlow - org.indunet.fastproto.graph.resolve中的类
This class is responsible for resolving the decoder and encoder flow.
CodecFlow() - 类 的构造器org.indunet.fastproto.graph.resolve.CodecFlow
 
CodecIgnoreFlow - org.indunet.fastproto.graph.resolve中的类
CodecIgnoreFlow Class.
CodecIgnoreFlow() - 类 的构造器org.indunet.fastproto.graph.resolve.CodecIgnoreFlow
 
codecMap - 类 中的静态变量org.indunet.fastproto.mapper.CodecMapper
 
CodecMapper - org.indunet.fastproto.mapper中的类
Codec mapper.
CodecMapper() - 类 的构造器org.indunet.fastproto.mapper.CodecMapper
 
CodecProcessor - org.indunet.fastproto.processor中的类
Simple annotation processor that generates codec wrapper classes.
CodecProcessor() - 类 的构造器org.indunet.fastproto.processor.CodecProcessor
 
codecs - 接口 中的静态变量org.indunet.fastproto.codec.Codec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.AsciiArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.BinaryCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.BoolArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.CharArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.DoubleArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.FloatArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.Int16ArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.Int32ArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.Int64ArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.Int8ArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.ShortArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.UInt16ArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.UInt32ArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.UInt64ArrayCodec.CollectionCodec
 
CollectionCodec() - 类 的构造器org.indunet.fastproto.codec.UInt8ArrayCodec.CollectionCodec
 
CollectionUtils - org.indunet.fastproto.util中的类
Collection utils.
CollectionUtils() - 类 的构造器org.indunet.fastproto.util.CollectionUtils
 
compile(String, String) - 类 中的方法org.indunet.fastproto.formula.compiler.JavaStringCompiler
Compile Method.
ConstructorFlow - org.indunet.fastproto.graph.resolve中的类
ConstructorFlow Class.
ConstructorFlow() - 类 的构造器org.indunet.fastproto.graph.resolve.ConstructorFlow
 
constructorMap - 类 中的静态变量org.indunet.fastproto.Decoder
 
constructorType - 类 中的变量org.indunet.fastproto.graph.Reference
 
ConstructorType() - 枚举 的构造器org.indunet.fastproto.graph.Reference.ConstructorType
 
contains(Class<?>) - 类 中的方法org.indunet.fastproto.graph.Graph
 
contains(Reference) - 类 中的方法org.indunet.fastproto.graph.Graph
 
copy(Object) - 类 中的方法org.indunet.fastproto.graph.Graph
 
CRC - org.indunet.fastproto.checksum中的类
CRC (Cyclic Redundancy Check) is a common method for data verification.
CRC() - 类 的构造器org.indunet.fastproto.checksum.CRC
 
crc16(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
 
CRC16 - org.indunet.fastproto.checksum中的类
The CRC16 class implements the CRC interface and defines the CRC16 checksum calculation.
CRC16() - 类 的构造器org.indunet.fastproto.checksum.CRC16
 
CRC16_CCITT_INITIAL_VALUE - 类 中的静态变量org.indunet.fastproto.checksum.CRC16
 
CRC16_CCITT_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC16
 
CRC16_IBM_INITIAL_VALUE - 类 中的静态变量org.indunet.fastproto.checksum.CRC16
 
CRC16_IBM_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC16
 
CRC16_MODBUS_INITIAL_VALUE - 类 中的静态变量org.indunet.fastproto.checksum.CRC16
 
CRC16_MODBUS_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC16
 
crc32(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
 
CRC32 - org.indunet.fastproto.checksum中的类
The CRC32 class implements the CRC interface and calculates CRC32 checksums.
CRC32() - 类 的构造器org.indunet.fastproto.checksum.CRC32
 
CRC32(int, int) - 类 的构造器org.indunet.fastproto.checksum.CRC32
 
crc8(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
 
CRC8 - org.indunet.fastproto.checksum中的类
The CRC8 class implements the CRC interface and defines the CRC8 checksum calculation.
CRC8() - 类 的构造器org.indunet.fastproto.checksum.CRC8
 
CRC8_CCITT_INITIAL_VALUE - 类 中的静态变量org.indunet.fastproto.checksum.CRC8
 
CRC8_CCITT_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC8
 
CRC8_DALLAS_MAXIM_INITIAL_VALUE - 类 中的静态变量org.indunet.fastproto.checksum.CRC8
 
CRC8_DALLAS_MAXIM_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC8
 
CRC8_INITIAL_VALUE - 类 中的静态变量org.indunet.fastproto.checksum.CRC8
 
CRC8_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC8
 
crcTable - 类 中的变量org.indunet.fastproto.checksum.CRC32
 
CRCType - org.indunet.fastproto.checksum中的枚举
Supported CRC algorithms.
CRCType() - 枚举 的构造器org.indunet.fastproto.checksum.CRCType
 
create() - 类 中的静态方法org.indunet.fastproto.FastProto
Generates a binary block using the FastProto method chain.
create(int) - 类 中的静态方法org.indunet.fastproto.FastProto
Creates a binary block of a fixed length using the FastProto method chain.
create(Class, String) - 接口 中的静态方法org.indunet.fastproto.formula.FormulaBuilder
 
create(Validator) - 类 中的静态方法org.indunet.fastproto.graph.resolve.validate.TypeValidator
 
create(Class<? extends Pipeline>[], long) - 类 中的静态方法org.indunet.fastproto.pipeline.Pipeline
 
create(Class<? extends Pipeline<T>>[]) - 类 中的静态方法org.indunet.fastproto.pipeline.Pipeline
 

D

DataType - org.indunet.fastproto.annotation中的注释类型
Annotation used to identify other annotations that represent data types.
dataTypeAnnotation - 类 中的变量org.indunet.fastproto.codec.CodecContext
 
dataTypeAnnotation - 类 中的变量org.indunet.fastproto.graph.Reference
 
DateCodec - org.indunet.fastproto.codec中的类
Codec for Date type.
DateCodec() - 类 的构造器org.indunet.fastproto.codec.DateCodec
 
DateCodec.CalendarCodec - org.indunet.fastproto.codec中的类
 
DateCodec.InstantCodec - org.indunet.fastproto.codec中的类
 
DateCodec.LocalDateTimeCodec - org.indunet.fastproto.codec中的类
 
DateCodec.TimestampCodec - org.indunet.fastproto.codec中的类
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.AsciiArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.AsciiArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.AsciiArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.AsciiCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.BinaryCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.BinaryCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.BinaryCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.BoolArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.BoolArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.BoolArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.BoolCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.ByteCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.CharArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.CharArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.CharArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.CharCodec
 
decode(CodecContext, ByteBufferInputStream) - 接口 中的方法org.indunet.fastproto.codec.Codec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DateCodec.CalendarCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DateCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DateCodec.InstantCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DateCodec.LocalDateTimeCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DateCodec.TimestampCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DoubleArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DoubleArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DoubleArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.DoubleCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.EnumCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.FloatArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.FloatArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.FloatArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.FloatCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int16ArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int16ArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int16ArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int16Codec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int32ArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int32ArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int32ArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int32Codec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int64ArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int64ArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int64ArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int64Codec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int8ArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int8ArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int8ArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.Int8Codec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.ShortArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.ShortArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.ShortArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.ShortCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.StringCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.StringCodec.StringBufferCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.StringCodec.StringBuilderCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt16ArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt16ArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt16ArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt16Codec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt32ArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt32ArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt32ArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt32Codec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt64ArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt64ArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt64Codec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt8ArrayCodec.CollectionCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt8ArrayCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt8ArrayCodec.WrapperCodec
 
decode(CodecContext, ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.codec.UInt8Codec
 
decode(byte[], Class<T>) - 类 中的静态方法org.indunet.fastproto.FastProto
Converts binary data into a Java object with FastProto annotations.
decode(byte[]) - 类 中的静态方法org.indunet.fastproto.FastProto
Converts a Java object into binary data using the FastProto method chain.
decode(ByteBufferInputStream) - 类 中的方法org.indunet.fastproto.graph.Reference
 
DECODE_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
DecodeFlow - org.indunet.fastproto.pipeline.decode中的类
Decode flow.
DecodeFlow() - 类 的构造器org.indunet.fastproto.pipeline.decode.DecodeFlow
 
decodeFlowClasses - 类 中的静态变量org.indunet.fastproto.pipeline.Pipeline
 
decodePipeline - 类 中的静态变量org.indunet.fastproto.pipeline.Pipeline
 
Decoder - org.indunet.fastproto中的类
Binary decoder which supplies method chain.
Decoder(byte[]) - 类 的构造器org.indunet.fastproto.Decoder
 
decoder - 类 中的变量org.indunet.fastproto.graph.Reference
 
DecodeUtils - org.indunet.fastproto.util中的类
Decode utils which supplies some methods for decoding.
DecodeUtils() - 类 的构造器org.indunet.fastproto.util.DecodeUtils
 
DecodingException - org.indunet.fastproto.exception中的异常错误
Exception class for Decoding operations.
DecodingException() - 异常错误 的构造器org.indunet.fastproto.exception.DecodingException
 
DecodingException(String) - 异常错误 的构造器org.indunet.fastproto.exception.DecodingException
 
DecodingException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.DecodingException
 
DecodingFormula - org.indunet.fastproto.annotation中的注释类型
Annotation for decoding formula.
decodingFormula - 类 中的变量org.indunet.fastproto.graph.Reference
 
decodingFormulaClass - 类 中的变量org.indunet.fastproto.graph.Reference
 
decodingFormulaClass - 类 中的变量org.indunet.fastproto.graph.resolve.validate.ValidatorContext
 
DecodingFormulaValidator - org.indunet.fastproto.graph.resolve.validate中的类
DecodingFormulaValidator Class.
DecodingFormulaValidator() - 类 的构造器org.indunet.fastproto.graph.resolve.validate.DecodingFormulaValidator
 
DecodingIgnore - org.indunet.fastproto.annotation中的注释类型
Annotation indicating that the annotated field should be ignored during the decoding process.
decodingIgnore - 类 中的变量org.indunet.fastproto.graph.Reference
 
decodingLambda - 类 中的变量org.indunet.fastproto.graph.Reference
 
DEFAULT_BIT_ORDER - 类 中的静态变量org.indunet.fastproto.graph.resolve.BitOrderFlow
 
DEFAULT_INITIAL_VALUE - 类 中的静态变量org.indunet.fastproto.checksum.CRC32
 
DEFAULT_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC32
 
DEFAULT_TABLE - 类 中的静态变量org.indunet.fastproto.checksum.CRC32
 
DefaultBitOrder - org.indunet.fastproto.annotation中的注释类型
Annotation for modifying the default bit order in FastProto.
defaultBitOrder - 类 中的变量org.indunet.fastproto.codec.CodecContext
 
defaultBitOrder - 类 中的变量org.indunet.fastproto.Decoder
 
defaultBitOrder(BitOrder) - 类 中的方法org.indunet.fastproto.Decoder
Modify default bit order, FastProto uses lsb_0 by default if not specified.
defaultBitOrder - 类 中的变量org.indunet.fastproto.Encoder
 
defaultBitOrder(BitOrder) - 类 中的方法org.indunet.fastproto.Encoder
Modify default bit order, FastProto uses lsb_0 by default if not specified.
DefaultByteOrder - org.indunet.fastproto.annotation中的注释类型
Annotation for modifying the default byte order in FastProto.
defaultByteOrder - 类 中的变量org.indunet.fastproto.codec.CodecContext
 
defaultByteOrder - 类 中的变量org.indunet.fastproto.Decoder
 
defaultByteOrder(ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Modify default byte order, FastProto uses little endian by default if not specified.
defaultByteOrder - 类 中的变量org.indunet.fastproto.Encoder
 
defaultByteOrder(ByteOrder) - 类 中的方法org.indunet.fastproto.Encoder
Modify default byte order, FastProto uses little endian by default if not specified.
degree(Reference) - 类 中的方法org.indunet.fastproto.graph.Graph
 
DoubleArrayCodec - org.indunet.fastproto.codec中的类
Codec for Double Array type.
DoubleArrayCodec() - 类 的构造器org.indunet.fastproto.codec.DoubleArrayCodec
 
DoubleArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
DoubleArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
DoubleArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for a Double array type.
DoubleCodec - org.indunet.fastproto.codec中的类
Codec for Double type.
DoubleCodec() - 类 的构造器org.indunet.fastproto.codec.DoubleCodec
 
DoubleType - org.indunet.fastproto.annotation中的注释类型
Annotation for a Double type.

E

elementType(Class<? extends Collection>) - 类 中的静态方法org.indunet.fastproto.util.CollectionUtils
 
encode(CodecContext, ByteBufferOutputStream, Collection<Character>) - 类 中的方法org.indunet.fastproto.codec.AsciiArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, char[]) - 类 中的方法org.indunet.fastproto.codec.AsciiArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Character[]) - 类 中的方法org.indunet.fastproto.codec.AsciiArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Character) - 类 中的方法org.indunet.fastproto.codec.AsciiCodec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Byte>) - 类 中的方法org.indunet.fastproto.codec.BinaryCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, byte[]) - 类 中的方法org.indunet.fastproto.codec.BinaryCodec
 
encode(CodecContext, ByteBufferOutputStream, Byte[]) - 类 中的方法org.indunet.fastproto.codec.BinaryCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Boolean>) - 类 中的方法org.indunet.fastproto.codec.BoolArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, boolean[]) - 类 中的方法org.indunet.fastproto.codec.BoolArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Boolean[]) - 类 中的方法org.indunet.fastproto.codec.BoolArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Boolean) - 类 中的方法org.indunet.fastproto.codec.BoolCodec
 
encode(CodecContext, ByteBufferOutputStream, Byte) - 类 中的方法org.indunet.fastproto.codec.ByteCodec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Character>) - 类 中的方法org.indunet.fastproto.codec.CharArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, char[]) - 类 中的方法org.indunet.fastproto.codec.CharArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Character[]) - 类 中的方法org.indunet.fastproto.codec.CharArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Character) - 类 中的方法org.indunet.fastproto.codec.CharCodec
 
encode(CodecContext, ByteBufferOutputStream, T) - 接口 中的方法org.indunet.fastproto.codec.Codec
 
encode(CodecContext, ByteBufferOutputStream, Calendar) - 类 中的方法org.indunet.fastproto.codec.DateCodec.CalendarCodec
 
encode(CodecContext, ByteBufferOutputStream, Date) - 类 中的方法org.indunet.fastproto.codec.DateCodec
 
encode(CodecContext, ByteBufferOutputStream, Instant) - 类 中的方法org.indunet.fastproto.codec.DateCodec.InstantCodec
 
encode(CodecContext, ByteBufferOutputStream, LocalDateTime) - 类 中的方法org.indunet.fastproto.codec.DateCodec.LocalDateTimeCodec
 
encode(CodecContext, ByteBufferOutputStream, Timestamp) - 类 中的方法org.indunet.fastproto.codec.DateCodec.TimestampCodec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Double>) - 类 中的方法org.indunet.fastproto.codec.DoubleArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, double[]) - 类 中的方法org.indunet.fastproto.codec.DoubleArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Double[]) - 类 中的方法org.indunet.fastproto.codec.DoubleArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Double) - 类 中的方法org.indunet.fastproto.codec.DoubleCodec
 
encode(CodecContext, ByteBufferOutputStream, T) - 类 中的方法org.indunet.fastproto.codec.EnumCodec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Float>) - 类 中的方法org.indunet.fastproto.codec.FloatArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, float[]) - 类 中的方法org.indunet.fastproto.codec.FloatArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Float[]) - 类 中的方法org.indunet.fastproto.codec.FloatArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Float) - 类 中的方法org.indunet.fastproto.codec.FloatCodec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Integer>) - 类 中的方法org.indunet.fastproto.codec.Int16ArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, int[]) - 类 中的方法org.indunet.fastproto.codec.Int16ArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer[]) - 类 中的方法org.indunet.fastproto.codec.Int16ArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer) - 类 中的方法org.indunet.fastproto.codec.Int16Codec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Integer>) - 类 中的方法org.indunet.fastproto.codec.Int32ArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, int[]) - 类 中的方法org.indunet.fastproto.codec.Int32ArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer[]) - 类 中的方法org.indunet.fastproto.codec.Int32ArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer) - 类 中的方法org.indunet.fastproto.codec.Int32Codec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Long>) - 类 中的方法org.indunet.fastproto.codec.Int64ArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, long[]) - 类 中的方法org.indunet.fastproto.codec.Int64ArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Long[]) - 类 中的方法org.indunet.fastproto.codec.Int64ArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Long) - 类 中的方法org.indunet.fastproto.codec.Int64Codec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Integer>) - 类 中的方法org.indunet.fastproto.codec.Int8ArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, int[]) - 类 中的方法org.indunet.fastproto.codec.Int8ArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer[]) - 类 中的方法org.indunet.fastproto.codec.Int8ArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer) - 类 中的方法org.indunet.fastproto.codec.Int8Codec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Short>) - 类 中的方法org.indunet.fastproto.codec.ShortArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, short[]) - 类 中的方法org.indunet.fastproto.codec.ShortArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Short[]) - 类 中的方法org.indunet.fastproto.codec.ShortArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Short) - 类 中的方法org.indunet.fastproto.codec.ShortCodec
 
encode(CodecContext, ByteBufferOutputStream, String) - 类 中的方法org.indunet.fastproto.codec.StringCodec
 
encode(CodecContext, ByteBufferOutputStream, StringBuffer) - 类 中的方法org.indunet.fastproto.codec.StringCodec.StringBufferCodec
 
encode(CodecContext, ByteBufferOutputStream, StringBuilder) - 类 中的方法org.indunet.fastproto.codec.StringCodec.StringBuilderCodec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Integer>) - 类 中的方法org.indunet.fastproto.codec.UInt16ArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, int[]) - 类 中的方法org.indunet.fastproto.codec.UInt16ArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer[]) - 类 中的方法org.indunet.fastproto.codec.UInt16ArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer) - 类 中的方法org.indunet.fastproto.codec.UInt16Codec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Long>) - 类 中的方法org.indunet.fastproto.codec.UInt32ArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, long[]) - 类 中的方法org.indunet.fastproto.codec.UInt32ArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Long[]) - 类 中的方法org.indunet.fastproto.codec.UInt32ArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Long) - 类 中的方法org.indunet.fastproto.codec.UInt32Codec
 
encode(CodecContext, ByteBufferOutputStream, Collection<BigInteger>) - 类 中的方法org.indunet.fastproto.codec.UInt64ArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, BigInteger[]) - 类 中的方法org.indunet.fastproto.codec.UInt64ArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, BigInteger) - 类 中的方法org.indunet.fastproto.codec.UInt64Codec
 
encode(CodecContext, ByteBufferOutputStream, Collection<Integer>) - 类 中的方法org.indunet.fastproto.codec.UInt8ArrayCodec.CollectionCodec
 
encode(CodecContext, ByteBufferOutputStream, int[]) - 类 中的方法org.indunet.fastproto.codec.UInt8ArrayCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer[]) - 类 中的方法org.indunet.fastproto.codec.UInt8ArrayCodec.WrapperCodec
 
encode(CodecContext, ByteBufferOutputStream, Integer) - 类 中的方法org.indunet.fastproto.codec.UInt8Codec
 
encode(Object) - 类 中的静态方法org.indunet.fastproto.FastProto
Converts a Java object into binary data using FastProto annotations.
encode(Object, int) - 类 中的静态方法org.indunet.fastproto.FastProto
Transforms a Java object into binary data using FastProto annotations.
encode(Object, byte[]) - 类 中的静态方法org.indunet.fastproto.FastProto
Converts a Java object into binary data using FastProto annotations.
ENCODE_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
EncodeFlow - org.indunet.fastproto.pipeline.encode中的类
Encode flow.
EncodeFlow() - 类 的构造器org.indunet.fastproto.pipeline.encode.EncodeFlow
 
encodeFlowClasses - 类 中的静态变量org.indunet.fastproto.pipeline.Pipeline
 
encodePipeline - 类 中的静态变量org.indunet.fastproto.pipeline.Pipeline
 
Encoder - org.indunet.fastproto中的类
Binary encoder which supplies method chain.
Encoder() - 类 的构造器org.indunet.fastproto.Encoder
 
Encoder(byte[]) - 类 的构造器org.indunet.fastproto.Encoder
 
encoder - 类 中的变量org.indunet.fastproto.graph.Reference
 
encoder(ByteBufferOutputStream) - 类 中的方法org.indunet.fastproto.graph.Reference
 
EncodeUtils - org.indunet.fastproto.util中的类
Encode utils which supplies some methods for encoding.
EncodeUtils() - 类 的构造器org.indunet.fastproto.util.EncodeUtils
 
EncodingException - org.indunet.fastproto.exception中的异常错误
Exception class for Encoding operations.
EncodingException() - 异常错误 的构造器org.indunet.fastproto.exception.EncodingException
 
EncodingException(String) - 异常错误 的构造器org.indunet.fastproto.exception.EncodingException
 
EncodingException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.EncodingException
 
EncodingFormula - org.indunet.fastproto.annotation中的注释类型
Annotation for encoding formula.
encodingFormula - 类 中的变量org.indunet.fastproto.graph.Reference
 
encodingFormulaClass - 类 中的变量org.indunet.fastproto.graph.Reference
 
encodingFormulaClass - 类 中的变量org.indunet.fastproto.graph.resolve.validate.ValidatorContext
 
EncodingFormulaValidator - org.indunet.fastproto.graph.resolve.validate中的类
EncodingFormulaValidator Class.
EncodingFormulaValidator() - 类 的构造器org.indunet.fastproto.graph.resolve.validate.EncodingFormulaValidator
 
EncodingIgnore - org.indunet.fastproto.annotation中的注释类型
Annotation to ignore a field during the encoding process.
encodingIgnore - 类 中的变量org.indunet.fastproto.graph.Reference
 
encodingLambda - 类 中的变量org.indunet.fastproto.graph.Reference
 
EnumCodec<T extends Enum> - org.indunet.fastproto.codec中的类
Codec for Enum type.
EnumCodec() - 类 的构造器org.indunet.fastproto.codec.EnumCodec
 
EnumType - org.indunet.fastproto.annotation中的注释类型
Annotation for Enum type.
equals(Object) - 类 中的方法org.indunet.fastproto.graph.Reference
 
expression - 类 中的变量org.indunet.fastproto.formula.FormulaBuilderTemplate
 

F

FastProto - org.indunet.fastproto中的类
This class provides methods to convert binary data into a Java object and vice versa.
FastProto() - 类 的构造器org.indunet.fastproto.FastProto
 
field - 类 中的变量org.indunet.fastproto.codec.CodecContext
 
field - 类 中的变量org.indunet.fastproto.graph.Reference
 
field - 类 中的变量org.indunet.fastproto.graph.resolve.validate.ValidatorContext
 
fieldMap - 类 中的变量org.indunet.fastproto.Decoder
 
fieldType - 类 中的变量org.indunet.fastproto.codec.CodecContext
 
fileName - 类 中的变量org.indunet.fastproto.formula.FormulaBuilderTemplate
 
fileName() - 类 中的方法org.indunet.fastproto.formula.FormulaBuilderTemplate
 
findClass(String) - 类 中的方法org.indunet.fastproto.formula.compiler.MemoryClassLoader
 
findDataTypeAnnotation(Field) - 类 中的方法org.indunet.fastproto.graph.resolve.TypeAnnotationFlow
 
fixed - 类 中的变量org.indunet.fastproto.io.ByteBuffer
 
FIXED_LENGTH_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
FloatArrayCodec - org.indunet.fastproto.codec中的类
Codec for Float Array type.
FloatArrayCodec() - 类 的构造器org.indunet.fastproto.codec.FloatArrayCodec
 
FloatArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
FloatArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
FloatArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for a Float array type.
FloatCodec - org.indunet.fastproto.codec中的类
Codec for Float type.
FloatCodec() - 类 的构造器org.indunet.fastproto.codec.FloatCodec
 
FloatType - org.indunet.fastproto.annotation中的注释类型
Annotation for Float type.
FlowCode - org.indunet.fastproto.pipeline中的类
Codec Context.
FlowCode() - 类 的构造器org.indunet.fastproto.pipeline.FlowCode
 
flush() - 类 中的方法org.indunet.fastproto.formula.compiler.MemoryJavaFileManager
 
foreach(Consumer<Reference>) - 类 中的方法org.indunet.fastproto.graph.Graph
 
formula(Annotation, String) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
FormulaBuilder - org.indunet.fastproto.formula中的接口
Formula Builder Interface.
FormulaBuilderTemplate - org.indunet.fastproto.formula中的类
 
FormulaBuilderTemplate(Class<?>, String) - 类 的构造器org.indunet.fastproto.formula.FormulaBuilderTemplate
 
FormulaFlow - org.indunet.fastproto.graph.resolve中的类
FormulaFlow Class.
FormulaFlow() - 类 的构造器org.indunet.fastproto.graph.resolve.FormulaFlow
 
formulas - 接口 中的静态变量org.indunet.fastproto.codec.Codec
 
formulas - 类 中的静态变量org.indunet.fastproto.mapper.CodecMapper
 
forward(T) - 类 中的方法org.indunet.fastproto.pipeline.Pipeline
 
fullName - 类 中的变量org.indunet.fastproto.formula.FormulaBuilderTemplate
 
fullName() - 类 中的方法org.indunet.fastproto.formula.FormulaBuilderTemplate
 

G

generate() - 类 中的方法org.indunet.fastproto.graph.Graph
 
generate(Reference) - 类 中的方法org.indunet.fastproto.graph.Graph
 
GenerateCodec - org.indunet.fastproto.annotation中的注释类型
Mark protocol class for codec generation.
get() - 类 中的方法org.indunet.fastproto.Encoder
Get the created binary data.
get(int) - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
get(Type) - 类 中的静态方法org.indunet.fastproto.mapper.AnnotationMapper
 
get(Class<? extends Annotation>) - 类 中的静态方法org.indunet.fastproto.mapper.JavaTypeMapper
 
getBitOrder(Supplier<BitOrder[]>) - 类 中的方法org.indunet.fastproto.codec.CodecContext
 
getBitOrder(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.BitOrderFlow
 
getByteOrder(Supplier<ByteOrder[]>) - 类 中的方法org.indunet.fastproto.codec.CodecContext
 
getCharContent(boolean) - 类 中的方法org.indunet.fastproto.formula.compiler.MemoryJavaFileManager.MemoryInputJavaFileObject
 
getClassBytes() - 类 中的方法org.indunet.fastproto.formula.compiler.MemoryJavaFileManager
 
getClassPipeline() - 类 中的静态方法org.indunet.fastproto.graph.resolve.ResolvePipeline
 
getCode() - 类 中的方法org.indunet.fastproto.graph.resolve.ResolvePipeline
 
getCode() - 类 中的方法org.indunet.fastproto.graph.resolve.validate.TypeValidator
 
getCode() - 类 中的方法org.indunet.fastproto.pipeline.ChecksumFlow
 
getCode() - 类 中的方法org.indunet.fastproto.pipeline.decode.DecodeFlow
 
getCode() - 类 中的方法org.indunet.fastproto.pipeline.encode.EncodeFlow
 
getCode() - 类 中的方法org.indunet.fastproto.pipeline.Pipeline
 
getCodec(Class<? extends Codec>) - 接口 中的静态方法org.indunet.fastproto.codec.Codec
 
getCodec(Class, Type) - 类 中的静态方法org.indunet.fastproto.mapper.CodecMapper
 
getDataTypeAnnotation(Class<T>) - 类 中的方法org.indunet.fastproto.codec.CodecContext
 
getDataTypeAnnotationClass(Class) - 类 中的静态方法org.indunet.fastproto.mapper.CodecMapper
 
getDecodeFlow() - 类 中的静态方法org.indunet.fastproto.pipeline.Pipeline
 
getDecoder(CodecContext, Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.mapper.CodecMapper
 
getDefaultDecoder(CodecContext, Class) - 类 中的静态方法org.indunet.fastproto.mapper.CodecMapper
 
getDefaultEncoder(CodecContext, Class) - 类 中的静态方法org.indunet.fastproto.mapper.CodecMapper
 
getEncodeFlow() - 类 中的静态方法org.indunet.fastproto.pipeline.Pipeline
 
getEncoder(CodecContext, Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.mapper.CodecMapper
 
getFieldOffset(Field) - 类 中的方法org.indunet.fastproto.pipeline.ChecksumFlow
 
getFieldPipeline() - 类 中的静态方法org.indunet.fastproto.graph.resolve.ResolvePipeline
 
getFormula(Class<? extends Function>) - 接口 中的静态方法org.indunet.fastproto.codec.Codec
 
getFormula(Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.mapper.CodecMapper
 
getInitialValue() - 类 中的方法org.indunet.fastproto.checksum.CRC
Get the initial value for CRC verification.
getInitialValue() - 类 中的方法org.indunet.fastproto.checksum.CRC16
 
getInitialValue() - 类 中的方法org.indunet.fastproto.checksum.CRC32
 
getInitialValue() - 类 中的方法org.indunet.fastproto.checksum.CRC8
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - 类 中的方法org.indunet.fastproto.formula.compiler.MemoryJavaFileManager
 
getMap() - 类 中的方法org.indunet.fastproto.Decoder
Get decoded result.
getMinConstructorParameterCount(Class<?>) - 类 中的方法org.indunet.fastproto.graph.resolve.ConstructorFlow
 
getPolynomial() - 类 中的方法org.indunet.fastproto.checksum.CRC
Get the polynomial for CRC verification.
getPolynomial() - 类 中的方法org.indunet.fastproto.checksum.CRC16
 
getPolynomial() - 类 中的方法org.indunet.fastproto.checksum.CRC32
 
getPolynomial() - 类 中的方法org.indunet.fastproto.checksum.CRC8
 
getReference(Class<?>) - 类 中的方法org.indunet.fastproto.graph.Graph
 
getType() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
getValidReferences() - 类 中的方法org.indunet.fastproto.graph.Graph
 
Graph - org.indunet.fastproto.graph中的类
This class represents a Graph of References.
Graph() - 类 的构造器org.indunet.fastproto.graph.Graph
 
graph - 类 中的变量org.indunet.fastproto.pipeline.PipelineContext
 
graphs - 类 中的静态变量org.indunet.fastproto.graph.Resolver
 
grow(int) - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 

H

hashCode() - 类 中的方法org.indunet.fastproto.graph.Reference
 

I

INFER_LENGTH_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
initialValue - 类 中的变量org.indunet.fastproto.checksum.CRC16
 
initialValue - 类 中的变量org.indunet.fastproto.checksum.CRC32
 
initialValue - 类 中的变量org.indunet.fastproto.checksum.CRC8
 
inputStream - 类 中的变量org.indunet.fastproto.Decoder
 
inputStream - 类 中的变量org.indunet.fastproto.pipeline.PipelineContext
 
InstantCodec() - 类 的构造器org.indunet.fastproto.codec.DateCodec.InstantCodec
 
Int16ArrayCodec - org.indunet.fastproto.codec中的类
Codec for Int16 Array type.
Int16ArrayCodec() - 类 的构造器org.indunet.fastproto.codec.Int16ArrayCodec
 
Int16ArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
Int16ArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
Int16ArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for Int16 array type.
Int16Codec - org.indunet.fastproto.codec中的类
Codec for Int16 type.
Int16Codec() - 类 的构造器org.indunet.fastproto.codec.Int16Codec
 
Int16Type - org.indunet.fastproto.annotation中的注释类型
Annotation for Int16 type.
Int32ArrayCodec - org.indunet.fastproto.codec中的类
Codec for Int32 Array type.
Int32ArrayCodec() - 类 的构造器org.indunet.fastproto.codec.Int32ArrayCodec
 
Int32ArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
Int32ArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
Int32ArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for Int32 array type.
Int32Codec - org.indunet.fastproto.codec中的类
Codec for Int32 type.
Int32Codec() - 类 的构造器org.indunet.fastproto.codec.Int32Codec
 
Int32Type - org.indunet.fastproto.annotation中的注释类型
Annotation for Int32 type.
Int64ArrayCodec - org.indunet.fastproto.codec中的类
Codec for Int64 Array type.
Int64ArrayCodec() - 类 的构造器org.indunet.fastproto.codec.Int64ArrayCodec
 
Int64ArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
Int64ArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
Int64ArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for Int64 array type.
Int64Codec - org.indunet.fastproto.codec中的类
Codec for Int64 type.
Int64Codec() - 类 的构造器org.indunet.fastproto.codec.Int64Codec
 
Int64Type - org.indunet.fastproto.annotation中的注释类型
Annotation for Int64 type.
Int8ArrayCodec - org.indunet.fastproto.codec中的类
Codec for Int8 Array type.
Int8ArrayCodec() - 类 的构造器org.indunet.fastproto.codec.Int8ArrayCodec
 
Int8ArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
Int8ArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
Int8ArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for Int8 array type.
Int8Codec - org.indunet.fastproto.codec中的类
Codec for Int8 type.
Int8Codec() - 类 的构造器org.indunet.fastproto.codec.Int8Codec
 
Int8Type - org.indunet.fastproto.annotation中的注释类型
Annotation for Int8 type.
IS_CLASS_CONDITION - 类 中的静态变量org.indunet.fastproto.graph.Resolver
 
IS_DATA_CONDITION - 类 中的静态变量org.indunet.fastproto.graph.Resolver
 
isClass(Field) - 类 中的静态方法org.indunet.fastproto.graph.Resolver
 
isData(Field) - 类 中的静态方法org.indunet.fastproto.graph.Resolver
 
isDecodingIgnored(Field) - 类 中的方法org.indunet.fastproto.graph.resolve.CodecIgnoreFlow
 
isEncodingIgnored(Field) - 类 中的方法org.indunet.fastproto.graph.resolve.CodecIgnoreFlow
 
isFixed() - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
isSupported(Type) - 类 中的静态方法org.indunet.fastproto.mapper.CodecMapper
 

J

JavaStringCompiler - org.indunet.fastproto.formula.compiler中的类
Java String Compiler Class.
JavaStringCompiler() - 类 的构造器org.indunet.fastproto.formula.compiler.JavaStringCompiler
 
JavaTypeMapper - org.indunet.fastproto.mapper中的类
Java mapper.
JavaTypeMapper() - 类 的构造器org.indunet.fastproto.mapper.JavaTypeMapper
 

L

length - 类 中的变量org.indunet.fastproto.AbstractProtocol
 
length - 类 中的变量org.indunet.fastproto.io.ByteBuffer
 
length() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
length(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
LENGTH_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
linearDecode(ByteBufferInputStream, Graph) - 类 中的方法org.indunet.fastproto.pipeline.decode.DecodeFlow
 
loadClass(String, Map<String, byte[]>) - 类 中的方法org.indunet.fastproto.formula.compiler.JavaStringCompiler
Load Class Method.
LocalDateTimeCodec() - 类 的构造器org.indunet.fastproto.codec.DateCodec.LocalDateTimeCodec
 

M

makeStringSource(String, String) - 类 中的方法org.indunet.fastproto.formula.compiler.MemoryJavaFileManager
 
map - 类 中的静态变量org.indunet.fastproto.mapper.AnnotationMapper
 
map - 类 中的静态变量org.indunet.fastproto.mapper.JavaTypeMapper
 
mapTo(Class<T>) - 类 中的方法org.indunet.fastproto.Decoder
Map decoded result into an object.
mapToArg(Constructor<T>) - 类 中的方法org.indunet.fastproto.Decoder
 
mapToNoArg(Constructor<T>) - 类 中的方法org.indunet.fastproto.Decoder
 
matchType(Type, Field) - 类 中的方法org.indunet.fastproto.graph.resolve.validate.DecodingFormulaValidator
 
matchType(Type, Field) - 类 中的方法org.indunet.fastproto.graph.resolve.validate.EncodingFormulaValidator
 
MAX_ARRAY_SIZE - 类 中的静态变量org.indunet.fastproto.io.ByteBuffer
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.DoubleType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.EnumType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.FloatType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int16Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int32Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int64Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int8Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt16Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt32Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt64Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt8Type
 
MemoryClassLoader - org.indunet.fastproto.formula.compiler中的类
Memory Class Loader Class.
MemoryClassLoader(Map<String, byte[]>) - 类 的构造器org.indunet.fastproto.formula.compiler.MemoryClassLoader
 
MemoryInputJavaFileObject(String, String) - 类 的构造器org.indunet.fastproto.formula.compiler.MemoryJavaFileManager.MemoryInputJavaFileObject
 
MemoryJavaFileManager - org.indunet.fastproto.formula.compiler中的类
Memory Java File Manager Class.
MemoryJavaFileManager(JavaFileManager) - 类 的构造器org.indunet.fastproto.formula.compiler.MemoryJavaFileManager
 
MemoryJavaFileManager.MemoryInputJavaFileObject - org.indunet.fastproto.formula.compiler中的类
 
MemoryJavaFileManager.MemoryOutputJavaFileObject - org.indunet.fastproto.formula.compiler中的类
 
MemoryOutputJavaFileObject(String) - 类 的构造器org.indunet.fastproto.formula.compiler.MemoryJavaFileManager.MemoryOutputJavaFileObject
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.DoubleType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.EnumType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.FloatType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int16Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int32Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int64Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int8Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt16Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt32Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt64Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt8Type
 

N

name - 枚举 中的变量org.indunet.fastproto.BitOrder
 
name - 枚举 中的变量org.indunet.fastproto.ByteOrder
 
name - 类 中的变量org.indunet.fastproto.formula.compiler.MemoryJavaFileManager.MemoryOutputJavaFileObject
 
name() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
nativeOrder() - 枚举 中的静态方法org.indunet.fastproto.ByteOrder
 
newInstance() - 类 中的方法org.indunet.fastproto.graph.Reference
 
newInstance(Reference[]) - 类 中的方法org.indunet.fastproto.graph.Reference
 
newInstance(Class<? extends Collection>) - 类 中的静态方法org.indunet.fastproto.util.CollectionUtils
 
next - 类 中的变量org.indunet.fastproto.pipeline.Pipeline
 
NON_FIXED_LENGTH - 类 中的静态变量org.indunet.fastproto.AbstractProtocol
 

O

object - 类 中的变量org.indunet.fastproto.pipeline.PipelineContext
 
offset() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
openOutputStream() - 类 中的方法org.indunet.fastproto.formula.compiler.MemoryJavaFileManager.MemoryOutputJavaFileObject
 
orEq(int, byte) - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
org.indunet.fastproto - 程序包 org.indunet.fastproto
 
org.indunet.fastproto.annotation - 程序包 org.indunet.fastproto.annotation
 
org.indunet.fastproto.checksum - 程序包 org.indunet.fastproto.checksum
 
org.indunet.fastproto.codec - 程序包 org.indunet.fastproto.codec
 
org.indunet.fastproto.exception - 程序包 org.indunet.fastproto.exception
 
org.indunet.fastproto.formula - 程序包 org.indunet.fastproto.formula
 
org.indunet.fastproto.formula.compiler - 程序包 org.indunet.fastproto.formula.compiler
 
org.indunet.fastproto.graph - 程序包 org.indunet.fastproto.graph
 
org.indunet.fastproto.graph.resolve - 程序包 org.indunet.fastproto.graph.resolve
 
org.indunet.fastproto.graph.resolve.validate - 程序包 org.indunet.fastproto.graph.resolve.validate
 
org.indunet.fastproto.io - 程序包 org.indunet.fastproto.io
 
org.indunet.fastproto.mapper - 程序包 org.indunet.fastproto.mapper
 
org.indunet.fastproto.pipeline - 程序包 org.indunet.fastproto.pipeline
 
org.indunet.fastproto.pipeline.decode - 程序包 org.indunet.fastproto.pipeline.decode
 
org.indunet.fastproto.pipeline.encode - 程序包 org.indunet.fastproto.pipeline.encode
 
org.indunet.fastproto.processor - 程序包 org.indunet.fastproto.processor
 
org.indunet.fastproto.util - 程序包 org.indunet.fastproto.util
 
outputStream - 类 中的变量org.indunet.fastproto.Encoder
 
outputStream - 类 中的变量org.indunet.fastproto.pipeline.PipelineContext
 

P

PACKAGE - 类 中的静态变量org.indunet.fastproto.formula.FormulaBuilderTemplate
 
parse(Object) - 类 中的方法org.indunet.fastproto.graph.Reference
 
Pipeline<T> - org.indunet.fastproto.pipeline中的类
Abstract flow.
Pipeline() - 类 的构造器org.indunet.fastproto.pipeline.Pipeline
 
PipelineContext - org.indunet.fastproto.pipeline中的类
Codec Context.
PipelineContext() - 类 的构造器org.indunet.fastproto.pipeline.PipelineContext
 
polynomial - 类 中的变量org.indunet.fastproto.checksum.CRC16
 
polynomial - 类 中的变量org.indunet.fastproto.checksum.CRC32
 
polynomial - 类 中的变量org.indunet.fastproto.checksum.CRC8
 
print() - 类 中的方法org.indunet.fastproto.graph.Graph
 
printHexString() - 类 中的方法org.indunet.fastproto.AbstractProtocol
 
process(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.BitOrderFlow
 
process(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.ByteOrderFlow
 
process(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.CodecFlow
 
process(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.CodecIgnoreFlow
 
process(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.ConstructorFlow
 
process(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.FormulaFlow
 
process(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.TypeAnnotationFlow
 
process(ValidatorContext) - 类 中的方法org.indunet.fastproto.graph.resolve.validate.DecodingFormulaValidator
 
process(ValidatorContext) - 类 中的方法org.indunet.fastproto.graph.resolve.validate.EncodingFormulaValidator
 
process(PipelineContext) - 类 中的方法org.indunet.fastproto.pipeline.ChecksumFlow
 
process(PipelineContext) - 类 中的方法org.indunet.fastproto.pipeline.decode.DecodeFlow
 
process(PipelineContext) - 类 中的方法org.indunet.fastproto.pipeline.encode.EncodeFlow
 
process(T) - 类 中的方法org.indunet.fastproto.pipeline.Pipeline
 
process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法org.indunet.fastproto.processor.CodecProcessor
 
protocolClass - 类 中的变量org.indunet.fastproto.graph.Reference
 
protocolType - 类 中的变量org.indunet.fastproto.graph.Reference
 
protocolType - 类 中的变量org.indunet.fastproto.graph.resolve.validate.ValidatorContext
 
ProtocolType - org.indunet.fastproto中的接口
Protocol type.
proxy(AutoType, Class<T>) - 接口 中的静态方法org.indunet.fastproto.ProtocolType
 
proxy(Annotation) - 接口 中的静态方法org.indunet.fastproto.ProtocolType
 

R

readBool(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode bool value from binary data.
readBool(String, Function<Boolean, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode bool value from binary data.
readBool(String, BitOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode bool value from binary data.
readBool(String, BitOrder, Function<Boolean, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode bool value from binary data.
readBool(String, int, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode bool value from binary data.
readBool(String, int, int, Function<Boolean, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode bool value from binary data.
readBool(String, int, int, BitOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode bool value from binary data.
readBool(String, int, int, BitOrder, Function<Boolean, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode bool value from binary data.
readBool(BitOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readBool(int, int, BitOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readBool(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode bool value from binary data.
readBool(byte[], int, int, BitOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode bool value from binary data.
readByte(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode byte value from binary data.
readByte(String, Function<Byte, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode byte value from binary data.
readByte(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode byte value from binary data.
readByte(String, int, Function<Byte, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode byte value from binary data.
readByte() - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readByte(int) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readByte(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode byte value from binary data.
readBytes(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode string value from binary data.
readBytes(String, int, Function<byte[], ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode byte array value from binary data.
readBytes(String, int, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode byte array value from binary data.
readBytes(String, int, int, Function<byte[], ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode byte array value from binary data.
readBytes(int) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readBytes(int, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readBytes(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode byte array value from binary data.
readChecksum(byte[], int, Checksum) - 类 中的方法org.indunet.fastproto.pipeline.ChecksumFlow
 
readDouble(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode double value from binary data.
readDouble(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode double value from binary data.
readDouble(String, Function<Double, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode double value from binary data.
readDouble(String, ByteOrder, Function<Double, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode double value from binary data.
readDouble(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode double value from binary data.
readDouble(String, int, Function<Double, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode double value from binary data.
readDouble(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode double value from binary data.
readDouble(String, int, ByteOrder, Function<Double, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode double value from binary data.
readDouble(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readDouble(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readDouble(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode double value from binary data.
readDouble(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode double value from binary data.
readFloat(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode float value from binary data.
readFloat(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode float value from binary data.
readFloat(String, Function<Float, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode float value from binary data.
readFloat(String, ByteOrder, Function<Float, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode float value from binary data.
readFloat(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode float value from binary data.
readFloat(String, int, Function<Float, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode float value from binary data.
readFloat(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode float value from binary data.
readFloat(String, int, ByteOrder, Function<Float, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode float value from binary data.
readFloat(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readFloat(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readFloat(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode float value from binary data.
readFloat(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode float value from binary data.
readInt16(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode int16 value from binary data.
readInt16(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode int16 value from binary data.
readInt16(String, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int16 value from binary data.
readInt16(String, ByteOrder, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int16 value from binary data.
readInt16(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode int16 value from binary data.
readInt16(String, int, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int16 value from binary data.
readInt16(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode int16 value from binary data.
readInt16(String, int, ByteOrder, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int16 value from binary data.
readInt16(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readInt16(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readInt16(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode int16 value from binary data.
readInt16(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode int16 value from binary data.
readInt32(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode int32 value from binary data.
readInt32(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode int32 value from binary data.
readInt32(String, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
 
readInt32(String, ByteOrder, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int32 value from binary data.
readInt32(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode int32 value from binary data.
readInt32(String, int, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int32 value from binary data.
readInt32(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode int32 value from binary data.
readInt32(String, int, ByteOrder, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int32 value from binary data.
readInt32(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readInt32(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readInt32(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode int32 value from binary data.
readInt32(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode int32 value from binary data.
readInt64(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode int64 value from binary data.
readInt64(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode int64 value from binary data.
readInt64(String, Function<Long, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int64 value from binary data.
readInt64(String, ByteOrder, Function<Long, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int64 value from binary data.
readInt64(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode int64 value from binary data.
readInt64(String, int, Function<Long, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int64 value from binary data.
readInt64(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode int64 value from binary data.
readInt64(String, int, ByteOrder, Function<Long, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int64 value from binary data.
readInt64(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readInt64(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readInt64(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode int64 value from binary data.
readInt64(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode int64 value from binary data.
readInt8(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode int8 value from binary data.
readInt8(String, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int8 value from binary data.
readInt8(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode int8 value from binary data.
readInt8(String, int, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode int8 value from binary data.
readInt8() - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readInt8(int) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readInt8(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode int8 value from binary data.
readShort(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode short value from binary data.
readShort(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode short value from binary data.
readShort(String, Function<Short, ?>) - 类 中的方法org.indunet.fastproto.Decoder
 
readShort(String, ByteOrder, Function<Short, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode short value from binary data.
readShort(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode short value from binary data.
readShort(String, int, Function<Short, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode short value from binary data.
readShort(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode short value from binary data.
readShort(String, int, ByteOrder, Function<Short, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode short value from binary data.
readShort(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readShort(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readShort(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode short value from binary data.
readShort(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode short value from binary data.
readUInt16(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint16 value from binary data.
readUInt16(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint16 value from binary data.
readUInt16(String, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint16 value from binary data.
readUInt16(String, ByteOrder, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint16 value from binary data.
readUInt16(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint16 value from binary data.
readUInt16(String, int, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint16 value from binary data.
readUInt16(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint16 value from binary data.
readUInt16(String, int, ByteOrder, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint16 value from binary data.
readUInt16(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readUInt16(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readUInt16(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode uint16 value from binary data.
readUInt16(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode uint16 value from binary data.
readUInt32(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint32 value from binary data.
readUInt32(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint32 value from binary data.
readUInt32(String, Function<Long, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint32 value from binary data.
readUInt32(String, ByteOrder, Function<Long, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint32 value from binary data.
readUInt32(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint32 value from binary data.
readUInt32(String, int, Function<Long, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint32 value from binary data.
readUInt32(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint32 value from binary data.
readUInt32(String, int, ByteOrder, Function<Long, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint32 value from binary data.
readUInt32(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readUInt32(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readUInt32(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode uint32 value from binary data.
readUInt32(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode uint32 value from binary data.
readUInt64(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint64 value from binary data.
readUInt64(String, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint64 value from binary data.
readUInt64(String, Function<BigInteger, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint64 value from binary data.
readUInt64(String, ByteOrder, Function<BigInteger, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint64 value from binary data.
readUInt64(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint64 value from binary data.
readUInt64(String, int, Function<BigInteger, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint64 value from binary data.
readUInt64(String, int, ByteOrder) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint64 value from binary data.
readUInt64(String, int, ByteOrder, Function<BigInteger, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint64 value from binary data.
readUInt64(ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readUInt64(int, ByteOrder) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readUInt64(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode uint64 value from binary data.
readUInt64(byte[], int, ByteOrder) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode uint64 value from binary data.
readUInt8(String) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint8 value from binary data.
readUInt8(String, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint8 value from binary data.
readUInt8(String, int) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint8 value from binary data.
readUInt8(String, int, Function<Integer, ?>) - 类 中的方法org.indunet.fastproto.Decoder
Decode uint8 value from binary data.
readUInt8() - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readUInt8(int) - 类 中的方法org.indunet.fastproto.io.ByteBufferInputStream
 
readUInt8(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
Decode uint8 value from binary data.
Reference - org.indunet.fastproto.graph中的类
Represents a Reference in the graph.
Reference() - 类 的构造器org.indunet.fastproto.graph.Reference
 
Reference.ConstructorType - org.indunet.fastproto.graph中的枚举
 
Reference.ReferenceType - org.indunet.fastproto.graph中的枚举
 
referenceType - 类 中的变量org.indunet.fastproto.graph.Reference
 
ReferenceType() - 枚举 的构造器org.indunet.fastproto.graph.Reference.ReferenceType
 
resolve(Class<?>) - 类 中的静态方法org.indunet.fastproto.graph.Resolver
 
resolveClassFlow - 类 中的静态变量org.indunet.fastproto.graph.Resolver
 
resolveDecoder(Reference, CodecContext) - 类 中的方法org.indunet.fastproto.graph.resolve.CodecFlow
 
resolveEncoder(Reference, CodecContext) - 类 中的方法org.indunet.fastproto.graph.resolve.CodecFlow
 
resolveFieldFlow - 类 中的静态变量org.indunet.fastproto.graph.Resolver
 
ResolvePipeline - org.indunet.fastproto.graph.resolve中的类
ResolvePipeline Class.
ResolvePipeline() - 类 的构造器org.indunet.fastproto.graph.resolve.ResolvePipeline
 
Resolver - org.indunet.fastproto.graph中的类
This class is responsible for resolving references within a protocol class.
Resolver() - 类 的构造器org.indunet.fastproto.graph.Resolver
 
ResolvingException - org.indunet.fastproto.exception中的异常错误
Exception class for Resolving operations.
ResolvingException() - 异常错误 的构造器org.indunet.fastproto.exception.ResolvingException
 
ResolvingException(String) - 异常错误 的构造器org.indunet.fastproto.exception.ResolvingException
 
ResolvingException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.ResolvingException
 
reverse(int) - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
reverse(int, int) - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
reverse(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.ReverseUtils
 
reverse(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.ReverseUtils
 
reverseBits(int, int) - 类 中的方法org.indunet.fastproto.checksum.CRC
 
reverseBits(byte) - 类 中的静态方法org.indunet.fastproto.checksum.CRC
 
ReverseUtils - org.indunet.fastproto.util中的类
Reverse utils which can reverse byte offset or length.
ReverseUtils() - 类 的构造器org.indunet.fastproto.util.ReverseUtils
 
root() - 类 中的方法org.indunet.fastproto.graph.Graph
 

S

set(int, byte) - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
setAllArgsConstructorType(Reference, Class<?>) - 类 中的方法org.indunet.fastproto.graph.resolve.ConstructorFlow
 
setAutoTypeAnnotation(Reference, AutoType) - 类 中的方法org.indunet.fastproto.graph.resolve.TypeAnnotationFlow
 
setDataTypeAnnotation(Reference, Annotation) - 类 中的方法org.indunet.fastproto.graph.resolve.TypeAnnotationFlow
 
setDecodingFormula(Reference, DecodingFormula) - 类 中的方法org.indunet.fastproto.graph.resolve.FormulaFlow
 
setEncodingFormula(Reference, EncodingFormula) - 类 中的方法org.indunet.fastproto.graph.resolve.FormulaFlow
 
setField(Reference) - 类 中的方法org.indunet.fastproto.graph.Reference
 
setInitialValue(int) - 类 中的方法org.indunet.fastproto.checksum.CRC
Set the initial value for CRC verification.
setInitialValue(int) - 类 中的方法org.indunet.fastproto.checksum.CRC16
 
setInitialValue(int) - 类 中的方法org.indunet.fastproto.checksum.CRC32
 
setInitialValue(int) - 类 中的方法org.indunet.fastproto.checksum.CRC8
 
setNext(Pipeline<T>) - 类 中的方法org.indunet.fastproto.pipeline.Pipeline
 
setPolynomial(int) - 类 中的方法org.indunet.fastproto.checksum.CRC
Set the polynomial for CRC verification.
setPolynomial(int) - 类 中的方法org.indunet.fastproto.checksum.CRC16
 
setPolynomial(int) - 类 中的方法org.indunet.fastproto.checksum.CRC32
 
setPolynomial(int) - 类 中的方法org.indunet.fastproto.checksum.CRC8
 
setValue(Object) - 类 中的方法org.indunet.fastproto.graph.Reference
 
ShortArrayCodec - org.indunet.fastproto.codec中的类
Codec for Short Array type.
ShortArrayCodec() - 类 的构造器org.indunet.fastproto.codec.ShortArrayCodec
 
ShortArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
ShortArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
ShortCodec - org.indunet.fastproto.codec中的类
Codec for Short type.
ShortCodec() - 类 的构造器org.indunet.fastproto.codec.ShortCodec
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.AsciiType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.BoolType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.CharType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.DoubleType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.EnumType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.FloatType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int16Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int32Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int64Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.Int8Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.TimeType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt16Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt32Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt64Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.UInt8Type
 
size() - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
size() - 接口 中的方法org.indunet.fastproto.ProtocolType
 
size(Class<? extends Annotation>) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
skip() - 类 中的方法org.indunet.fastproto.Decoder
Ignore current position and move to next.
skip(int) - 类 中的方法org.indunet.fastproto.Decoder
Ignore following num positions and move to next.
skip() - 类 中的方法org.indunet.fastproto.Encoder
Ignore current position and move to next.
skip(int) - 类 中的方法org.indunet.fastproto.Encoder
Ignore following num positions and move to next.
skip() - 类 中的方法org.indunet.fastproto.io.ByteBufferIOStream
 
skip(int) - 类 中的方法org.indunet.fastproto.io.ByteBufferIOStream
 
sourceCode - 类 中的变量org.indunet.fastproto.formula.FormulaBuilderTemplate
 
stream() - 类 中的方法org.indunet.fastproto.graph.Graph
 
StringBufferCodec() - 类 的构造器org.indunet.fastproto.codec.StringCodec.StringBufferCodec
 
StringBuilderCodec() - 类 的构造器org.indunet.fastproto.codec.StringCodec.StringBuilderCodec
 
StringCodec - org.indunet.fastproto.codec中的类
Codec for String type.
StringCodec() - 类 的构造器org.indunet.fastproto.codec.StringCodec
 
StringCodec.StringBufferCodec - org.indunet.fastproto.codec中的类
 
StringCodec.StringBuilderCodec - org.indunet.fastproto.codec中的类
 
StringType - org.indunet.fastproto.annotation中的注释类型
Annotation for StringType.

T

TimestampCodec() - 类 的构造器org.indunet.fastproto.codec.DateCodec.TimestampCodec
 
TimeType - org.indunet.fastproto.annotation中的注释类型
Annotation for Time type.
toByteArray() - 类 中的方法org.indunet.fastproto.AbstractProtocol
 
toByteBuffer() - 类 中的方法org.indunet.fastproto.io.ByteBufferIOStream
 
toBytes() - 类 中的方法org.indunet.fastproto.io.ByteBuffer
 
toHexString() - 类 中的方法org.indunet.fastproto.AbstractProtocol
 
toSourceCode() - 类 中的方法org.indunet.fastproto.formula.FormulaBuilderTemplate
 
toString() - 类 中的方法org.indunet.fastproto.pipeline.Pipeline
 
Type() - 枚举 的构造器org.indunet.fastproto.annotation.Checksum.Type
 
typeAnnotation - 类 中的变量org.indunet.fastproto.graph.resolve.validate.ValidatorContext
 
typeAnnotationClass - 类 中的变量org.indunet.fastproto.graph.resolve.validate.ValidatorContext
 
TypeAnnotationFlow - org.indunet.fastproto.graph.resolve中的类
TypeAnnotationFlow Class.
TypeAnnotationFlow() - 类 的构造器org.indunet.fastproto.graph.resolve.TypeAnnotationFlow
 
TypeUtils - org.indunet.fastproto.util中的类
Type utils.
TypeUtils() - 类 的构造器org.indunet.fastproto.util.TypeUtils
 
TypeValidator - org.indunet.fastproto.graph.resolve.validate中的类
TypeValidator Class.
TypeValidator() - 类 的构造器org.indunet.fastproto.graph.resolve.validate.TypeValidator
 

U

UInt16ArrayCodec - org.indunet.fastproto.codec中的类
Codec for UInt16 Array type.
UInt16ArrayCodec() - 类 的构造器org.indunet.fastproto.codec.UInt16ArrayCodec
 
UInt16ArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
UInt16ArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
UInt16ArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for UInt16 array type.
UInt16Codec - org.indunet.fastproto.codec中的类
Codec for UInt16 type.
UInt16Codec() - 类 的构造器org.indunet.fastproto.codec.UInt16Codec
 
UInt16Type - org.indunet.fastproto.annotation中的注释类型
Annotation for UInt16 type.
UInt32ArrayCodec - org.indunet.fastproto.codec中的类
Codec for UInt32 Array type.
UInt32ArrayCodec() - 类 的构造器org.indunet.fastproto.codec.UInt32ArrayCodec
 
UInt32ArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
UInt32ArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
UInt32ArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for UInt32 array type.
UInt32Codec - org.indunet.fastproto.codec中的类
Codec for UInt32 type.
UInt32Codec() - 类 的构造器org.indunet.fastproto.codec.UInt32Codec
 
UInt32Type - org.indunet.fastproto.annotation中的注释类型
Annotation for UInt32 type.
UInt64ArrayCodec - org.indunet.fastproto.codec中的类
Codec for UInt64 Array type.
UInt64ArrayCodec() - 类 的构造器org.indunet.fastproto.codec.UInt64ArrayCodec
 
UInt64ArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
UInt64ArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for UInt64 array type.
UInt64Codec - org.indunet.fastproto.codec中的类
Codec for UInt64 type.
UInt64Codec() - 类 的构造器org.indunet.fastproto.codec.UInt64Codec
 
UInt64Type - org.indunet.fastproto.annotation中的注释类型
Annotation for UInt64 type.
UInt8ArrayCodec - org.indunet.fastproto.codec中的类
Codec for UInt8 Array type.
UInt8ArrayCodec() - 类 的构造器org.indunet.fastproto.codec.UInt8ArrayCodec
 
UInt8ArrayCodec.CollectionCodec - org.indunet.fastproto.codec中的类
 
UInt8ArrayCodec.WrapperCodec - org.indunet.fastproto.codec中的类
 
UInt8ArrayType - org.indunet.fastproto.annotation中的注释类型
Annotation for UInt8 array type.
UInt8Codec - org.indunet.fastproto.codec中的类
Codec for UInt8 type.
UInt8Codec() - 类 的构造器org.indunet.fastproto.codec.UInt8Codec
 
UInt8Type - org.indunet.fastproto.annotation中的注释类型
Annotation for UInt8 type.

V

validateFlow - 类 中的静态变量org.indunet.fastproto.pipeline.Pipeline
 
validateReference(Reference) - 类 中的方法org.indunet.fastproto.graph.resolve.CodecFlow
 
Validator - org.indunet.fastproto.annotation中的注释类型
Annotation for Validator.
ValidatorContext - org.indunet.fastproto.graph.resolve.validate中的类
ValidatorContext Class.
ValidatorContext() - 类 的构造器org.indunet.fastproto.graph.resolve.validate.ValidatorContext
 
validators - 类 中的静态变量org.indunet.fastproto.graph.resolve.validate.TypeValidator
 
validReferences - 类 中的变量org.indunet.fastproto.graph.Graph
 
value - 类 中的变量org.indunet.fastproto.graph.Reference
 
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.annotation.Checksum.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.BitOrder
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.ByteOrder
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.checksum.CRCType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.graph.Reference.ConstructorType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.graph.Reference.ReferenceType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.indunet.fastproto.annotation.Checksum.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.BitOrder
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.ByteOrder
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.checksum.CRCType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.graph.Reference.ConstructorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.graph.Reference.ReferenceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERIFY_FIXED_LENGTH_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 

W

wrapperClass(String) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.AsciiArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.BinaryCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.BoolArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.CharArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.DoubleArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.FloatArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.Int16ArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.Int32ArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.Int64ArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.Int8ArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.ShortArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.UInt16ArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.UInt32ArrayCodec.WrapperCodec
 
WrapperCodec() - 类 的构造器org.indunet.fastproto.codec.UInt8ArrayCodec.WrapperCodec
 
writeBool(int, int, boolean...) - 类 中的方法org.indunet.fastproto.Encoder
Encode boolean values into binary data.
writeBool(int, int, BitOrder, boolean...) - 类 中的方法org.indunet.fastproto.Encoder
Encode byte values into binary data.
writeBool(BitOrder, boolean) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeBool(int, int, BitOrder, boolean) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeBool(byte[], int, int, boolean) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode boolean values into binary data.
writeBool(byte[], int, int, BitOrder, boolean) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode boolean values into binary data.
writeByte(int, byte...) - 类 中的方法org.indunet.fastproto.Encoder
Encode byte values into binary data.
writeByte(byte) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeByte(int, byte) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeByte(byte[], int, byte) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode byte values into binary data.
writeBytes(int, byte[]) - 类 中的方法org.indunet.fastproto.Encoder
Encode byte array values into binary data.
writeBytes(byte[]) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeBytes(int, byte[]) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeBytes(byte[], int, byte[]) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode byte array value into binary data.
writeChecksum(PipelineContext, int, long, Checksum) - 类 中的方法org.indunet.fastproto.pipeline.ChecksumFlow
 
writeDouble(int, double...) - 类 中的方法org.indunet.fastproto.Encoder
Encode double values into binary data.
writeDouble(int, ByteOrder, double...) - 类 中的方法org.indunet.fastproto.Encoder
Encode double values into binary data.
writeDouble(ByteOrder, double) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeDouble(int, ByteOrder, double) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeDouble(byte[], int, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode double value into binary data.
writeDouble(byte[], int, ByteOrder, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode double value into binary data.
writeFloat(int, float...) - 类 中的方法org.indunet.fastproto.Encoder
Encode float values into binary data.
writeFloat(int, ByteOrder, float...) - 类 中的方法org.indunet.fastproto.Encoder
Encode float values into binary data.
writeFloat(ByteOrder, float) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeFloat(int, ByteOrder, float) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeFloat(byte[], int, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode float value into binary data.
writeFloat(byte[], int, ByteOrder, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode float value into binary data.
writeInt16(int, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int16 values into binary data.
writeInt16(int, ByteOrder, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int16 values into binary data.
writeInt16(ByteOrder, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeInt16(int, ByteOrder, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeInt16(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode int16 value into binary data.
writeInt16(byte[], int, ByteOrder, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode int16 value into binary data.
writeInt32(int, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int32 values into binary data.
writeInt32(int, ByteOrder, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int32 values into binary data.
writeInt32(ByteOrder, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeInt32(int, ByteOrder, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeInt32(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode int32 value into binary data.
writeInt32(byte[], int, ByteOrder, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode int32 value into binary data.
writeInt64(int, long...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int64 values into binary data.
writeInt64(int, ByteOrder, long...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int64 values into binary data.
writeInt64(ByteOrder, long) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeInt64(int, ByteOrder, long) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeInt64(byte[], int, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode int64 value into binary data.
writeInt64(byte[], int, ByteOrder, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode int64 value into binary data.
writeInt8(int, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode int8 values into binary data.
writeInt8(int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeInt8(int, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeInt8(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode int8 value into binary data.
writeShort(int, short...) - 类 中的方法org.indunet.fastproto.Encoder
Encode short values into binary data.
writeShort(int, ByteOrder, short...) - 类 中的方法org.indunet.fastproto.Encoder
Encode short values into binary data.
writeShort(ByteOrder, short) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeShort(int, ByteOrder, short) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeShort(byte[], int, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode short value into binary data.
writeShort(byte[], int, ByteOrder, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode short value into binary data.
writeUInt16(int, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint16 values into binary data.
writeUInt16(int, ByteOrder, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint16 values into binary data.
writeUInt16(ByteOrder, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeUInt16(int, ByteOrder, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeUInt16(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode uint16 value into binary data.
writeUInt16(byte[], int, ByteOrder, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode uint16 value into binary data.
writeUInt32(int, long...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint32 values into binary data.
writeUInt32(int, ByteOrder, long...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint32 values into binary data.
writeUInt32(ByteOrder, long) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeUInt32(int, ByteOrder, long) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeUInt32(byte[], int, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode uint32 value into binary data.
writeUInt32(byte[], int, ByteOrder, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode uint32 value into binary data.
writeUInt64(int, BigInteger...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint64 values into binary data.
writeUInt64(int, ByteOrder, BigInteger...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint64 values into binary data.
writeUInt64(ByteOrder, BigInteger) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeUInt64(int, ByteOrder, BigInteger) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeUInt64(byte[], int, BigInteger) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode uint64 value into binary data.
writeUInt64(byte[], int, ByteOrder, BigInteger) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode uint64 value into binary data.
writeUInt8(int, int...) - 类 中的方法org.indunet.fastproto.Encoder
Encode uint8 values into binary data.
writeUInt8(int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeUInt8(int, int) - 类 中的方法org.indunet.fastproto.io.ByteBufferOutputStream
 
writeUInt8(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
Encode uint8 value into binary data.
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接

Copyright © 2019–2025 indunet. All rights reserved.