Uses of Interface
org.apache.ignite.internal.binary.streams.BinaryStream
-
Packages that use BinaryStream Package Description org.apache.ignite.internal.binary.streams Contains binary APIs implementation for streams.org.apache.ignite.internal.processors.platform.memory -
-
Uses of BinaryStream in org.apache.ignite.internal.binary.streams
Subinterfaces of BinaryStream in org.apache.ignite.internal.binary.streams Modifier and Type Interface Description interfaceBinaryInputStreamBinary input stream.interfaceBinaryOutputStreamBinary output stream.Classes in org.apache.ignite.internal.binary.streams that implement BinaryStream Modifier and Type Class Description classBinaryAbstractInputStreamBinary abstract input stream.classBinaryAbstractOutputStreamBase binary output stream.classBinaryAbstractStreamBinary abstract stream.classBinaryByteBufferInputStreamInput stream overByteBuffer.classBinaryHeapInputStreamBinary heap input stream.classBinaryHeapOutputStreamBinary heap output stream.classBinaryOffheapInputStreamBinary off-heap input stream.classBinaryOffheapOutputStreamBinary offheap output stream. -
Uses of BinaryStream in org.apache.ignite.internal.processors.platform.memory
Subinterfaces of BinaryStream in org.apache.ignite.internal.processors.platform.memory Modifier and Type Interface Description interfacePlatformInputStreamInterop output stream,interfacePlatformOutputStreamInterop output stream.Classes in org.apache.ignite.internal.processors.platform.memory that implement BinaryStream Modifier and Type Class Description classPlatformBigEndianInputStreamImplInterop input stream implementation working with BIG ENDIAN architecture.classPlatformBigEndianOutputStreamImplInterop output stream implementation working with BIG ENDIAN architecture.classPlatformInputStreamImplInterop input stream implementation.classPlatformOutputStreamImplInterop output stream implementation.
-