Uses of Interface
org.apache.ignite.internal.binary.BinaryPositionReadable
-
Packages that use BinaryPositionReadable Package Description org.apache.ignite.internal.binary org.apache.ignite.internal.binary.streams -
-
Uses of BinaryPositionReadable in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary with parameters of type BinaryPositionReadable Modifier and Type Method Description static intBinaryUtils. fieldOffsetRelative(BinaryPositionReadable stream, int pos, int fieldOffsetSize)Get relative field offset.static IgniteBiTuple<Integer,Integer>BinaryUtils. footerAbsolute(BinaryPositionReadable in, int start)Get object's footer.static intBinaryUtils. footerStartAbsolute(BinaryPositionReadable in, int start)Get object's footer.static intBinaryUtils. length(BinaryPositionReadable in, int start)Get binary object length.static intBinaryUtils. rawOffsetAbsolute(BinaryPositionReadable in, int start)Get absolute raw offset of the object. -
Uses of BinaryPositionReadable in org.apache.ignite.internal.binary.streams
Subinterfaces of BinaryPositionReadable in org.apache.ignite.internal.binary.streams Modifier and Type Interface Description interfaceBinaryInputStreamBinary input stream.
-