Uses of Interface
org.apache.ignite.internal.binary.BinaryReaderEx
-
Packages that use BinaryReaderEx Package Description org.apache.ignite.internal.binary -
-
Uses of BinaryReaderEx in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryReaderEx Modifier and Type Method Description BinaryReaderExBinariesFactory. reader(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, boolean forUnmarshal)Creates reader instance.BinaryReaderExBinariesFactory. reader(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, @Nullable org.apache.ignite.internal.binary.BinaryReaderHandles hnds, boolean forUnmarshal)Creates reader instance.BinaryReaderExBinariesFactory. reader(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, @Nullable org.apache.ignite.internal.binary.BinaryReaderHandles hnds, boolean skipHdrCheck, boolean forUnmarshal)Constructor.static BinaryReaderExBinaryUtils. reader(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, boolean forUnmarshal)Creates reader instance.static BinaryReaderExBinaryUtils. reader(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, boolean skipHdrCheck, boolean forUnmarshal)Constructor.static BinaryReaderExBinaryUtils. reader(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, BinaryReaderEx reader, boolean forUnmarshal)Creates reader instance.BinaryReaderExGridBinaryMarshaller. reader(BinaryInputStream stream)Creates a reader.Methods in org.apache.ignite.internal.binary with parameters of type BinaryReaderEx Modifier and Type Method Description static intBinaryUtils. fieldId(BinaryReaderEx reader, int order)Gets field by its order.static BinaryReaderExBinaryUtils. reader(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, BinaryReaderEx reader, boolean forUnmarshal)Creates reader instance.static ObjectBinaryUtils. unmarshallJdbc(byte type, BinaryReaderEx reader, boolean binObjAllow, boolean keepBinary)Unmarshall JDBC supported type.
-