Uses of Interface
org.apache.ignite.internal.binary.streams.BinaryInputStream
-
Packages that use BinaryInputStream Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation.org.apache.ignite.internal.binary.streams Contains binary APIs implementation for streams.org.apache.ignite.internal.processors.platform.memory -
-
Uses of BinaryInputStream in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryInputStream Modifier and Type Method Description BinaryInputStreamBinaryReaderExImpl. in()Constructors in org.apache.ignite.internal.binary with parameters of type BinaryInputStream Constructor Description BinaryReaderExImpl(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, boolean forUnmarshal)Constructor.BinaryReaderExImpl(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, @Nullable BinaryReaderHandles hnds, boolean forUnmarshal)Constructor.BinaryReaderExImpl(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, @Nullable BinaryReaderHandles hnds, boolean skipHdrCheck, boolean forUnmarshal)Constructor. -
Uses of BinaryInputStream in org.apache.ignite.internal.binary.streams
Classes in org.apache.ignite.internal.binary.streams that implement BinaryInputStream Modifier and Type Class Description classBinaryAbstractInputStreamBinary abstract input stream.classBinaryByteBufferInputStreamInput stream overByteBuffer.classBinaryHeapInputStreamBinary heap input stream.classBinaryOffheapInputStreamBinary off-heap input stream. -
Uses of BinaryInputStream in org.apache.ignite.internal.processors.platform.memory
Subinterfaces of BinaryInputStream in org.apache.ignite.internal.processors.platform.memory Modifier and Type Interface Description interfacePlatformInputStreamInterop output stream,Classes in org.apache.ignite.internal.processors.platform.memory that implement BinaryInputStream Modifier and Type Class Description classPlatformBigEndianInputStreamImplInterop input stream implementation working with BIG ENDIAN architecture.classPlatformInputStreamImplInterop input stream implementation.
-