- 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.
- 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
-
- 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.