Uses of Interface
org.apache.ignite.internal.binary.streams.BinaryInputStream
-
Packages that use BinaryInputStream Package Description org.apache.ignite.internal.binary org.apache.ignite.internal.binary.streams -
-
Uses of BinaryInputStream in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryInputStream Modifier and Type Method Description BinaryInputStreamBinaryReaderEx. in()Methods in org.apache.ignite.internal.binary with parameters of type BinaryInputStream Modifier and Type Method Description static ObjectBinaryUtils. doReadOptimized(BinaryInputStream in, BinaryContext ctx, @Nullable ClassLoader clsLdr)Read object serialized using optimized marshaller.static String[]BinaryUtils. doReadStringArray(BinaryInputStream in)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.<T> TGridBinaryMarshaller. unmarshal(BinaryInputStream in)<T> TGridBinaryMarshaller. unwrapBinary(BinaryInputStream in, Class<?> clazz) -
Uses of BinaryInputStream in org.apache.ignite.internal.binary.streams
Methods in org.apache.ignite.internal.binary.streams that return BinaryInputStream Modifier and Type Method Description static BinaryInputStreamBinaryStreams. inputStream(byte[] data)Create stream with pointer set at the given position.static BinaryInputStreamBinaryStreams. inputStream(byte[] data, int pos)Create stream with pointer set at the given position.static BinaryInputStreamBinaryStreams. inputStream(long ptr, int cap)static BinaryInputStreamBinaryStreams. inputStream(long ptr, int cap, boolean forceHeap)static BinaryInputStreamBinaryStreams. inputStream(ByteBuffer buf)BinaryInputStreamBinaryStreamsFactory. inputStream(byte[] data)Create stream with pointer set at the given position.BinaryInputStreamBinaryStreamsFactory. inputStream(byte[] data, int pos)Create stream with pointer set at the given position.BinaryInputStreamBinaryStreamsFactory. inputStream(long ptr, int cap)BinaryInputStreamBinaryStreamsFactory. inputStream(long ptr, int cap, boolean forceHeap)BinaryInputStreamBinaryStreamsFactory. inputStream(ByteBuffer buf)
-