- 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.
- calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.BCC
-
- 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.CRC16CCITT
-
- calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC32
-
- calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC32C
-
- calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC64ECMA182
-
- calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC64ISO
-
- calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC8
-
- calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.CRC8Maxim
-
- calculate(byte[]) - 类 中的方法org.indunet.fastproto.checksum.LRC
-
- 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中的注释类型
-
CRC utilities for CRC8/CRC16/CRC32.
- Checksum.Type - org.indunet.fastproto.annotation中的枚举
-
- ChecksumFlow - org.indunet.fastproto.pipeline中的类
-
Checksum flow.
- ChecksumFlow() - 类 的构造器org.indunet.fastproto.pipeline.ChecksumFlow
-
- ChecksumUtils - org.indunet.fastproto.checksum中的类
-
CRC utilities for CRC8/CRC16/CRC32
- 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_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- 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_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC16_MODBUS_INITIAL_VALUE - 类 中的静态变量org.indunet.fastproto.checksum.CRC16
-
- CRC16_MODBUS_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC16_MODBUS_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC16
-
- crc16ccitt(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC16CCITT - org.indunet.fastproto.checksum中的类
-
CRC-16/CCITT
poly=0x1021, init=0xFFFF, refin=false, refout=false, xorout=0x0000.
- CRC16CCITT() - 类 的构造器org.indunet.fastproto.checksum.CRC16CCITT
-
- crc16modbus(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC16Modbus - org.indunet.fastproto.checksum中的类
-
CRC-16/MODBUS
poly=0x8005, init=0xFFFF, refin=true, refout=true, xorout=0x0000.
- CRC16Modbus() - 类 的构造器org.indunet.fastproto.checksum.CRC16Modbus
-
- 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
-
- CRC32_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- crc32c(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC32C - org.indunet.fastproto.checksum中的类
-
CRC-32C (Castagnoli) software implementation.
- CRC32C() - 类 的构造器org.indunet.fastproto.checksum.CRC32C
-
- CRC32C(int, int) - 类 的构造器org.indunet.fastproto.checksum.CRC32C
-
- CRC32C_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC64_ECMA182_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC64_ISO_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- crc64ecma182(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC64ECMA182 - org.indunet.fastproto.checksum中的类
-
CRC-64/ECMA-182
poly=0x42F0E1EBA9EA3693, init=0x0000000000000000, refin=false, refout=false, xorout=0x0000000000000000.
- CRC64ECMA182() - 类 的构造器org.indunet.fastproto.checksum.CRC64ECMA182
-
- crc64iso(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC64ISO - org.indunet.fastproto.checksum中的类
-
CRC-64/ISO
poly=0x000000000000001B, init=0xFFFFFFFFFFFFFFFF, refin=true, refout=true, xorout=0xFFFFFFFFFFFFFFFF.
- CRC64ISO() - 类 的构造器org.indunet.fastproto.checksum.CRC64ISO
-
- 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_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC8_MAXIM_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC8_POLYNOMIAL - 类 中的静态变量org.indunet.fastproto.checksum.CRC8
-
- CRC8_SMBUS_INSTANCE - 类 中的静态变量org.indunet.fastproto.checksum.ChecksumUtils
-
- crc8maxim(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC8Maxim - org.indunet.fastproto.checksum中的类
-
CRC-8/DALLAS-MAXIM
poly=0x31, init=0x00, refin=true, refout=true, xorout=0x00.
- CRC8Maxim() - 类 的构造器org.indunet.fastproto.checksum.CRC8Maxim
-
- crc8smbus(byte[]) - 类 中的静态方法org.indunet.fastproto.checksum.ChecksumUtils
-
- CRC8SMBus - org.indunet.fastproto.checksum中的类
-
CRC-8/SMBus (PEC)
poly=0x07, init=0x00, refin=false, refout=false, xorout=0x00.
- CRC8SMBus() - 类 的构造器org.indunet.fastproto.checksum.CRC8SMBus
-
- crcTable - 类 中的变量org.indunet.fastproto.checksum.CRC32
-
- crcTable - 类 中的变量org.indunet.fastproto.checksum.CRC32C
-
- 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
-
- 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
-
- reflect64(long) - 类 中的静态方法org.indunet.fastproto.checksum.CRC64ISO
-
- reflect8(int) - 类 中的静态方法org.indunet.fastproto.checksum.CRC64ISO
-
- 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
-
- 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.