Uses of Interface
org.apache.ignite.internal.processors.platform.memory.PlatformInputStream
-
-
Uses of PlatformInputStream in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform with parameters of type PlatformInputStream Modifier and Type Method Description protected voidPlatformAbstractBootstrap. processInput(PlatformInputStream input)Processes any additional input data.BinaryRawReaderExPlatformContext. reader(PlatformInputStream in)Get memory reader.BinaryRawReaderExPlatformContextImpl. reader(PlatformInputStream in)Get memory reader. -
Uses of PlatformInputStream in org.apache.ignite.internal.processors.platform.dotnet
Methods in org.apache.ignite.internal.processors.platform.dotnet with parameters of type PlatformInputStream Modifier and Type Method Description protected voidPlatformDotNetBootstrap. processInput(PlatformInputStream input)Processes any additional input data. -
Uses of PlatformInputStream in org.apache.ignite.internal.processors.platform.memory
Classes in org.apache.ignite.internal.processors.platform.memory that implement PlatformInputStream Modifier and Type Class Description classPlatformBigEndianInputStreamImplInterop input stream implementation working with BIG ENDIAN architecture.classPlatformInputStreamImplInterop input stream implementation.Methods in org.apache.ignite.internal.processors.platform.memory that return PlatformInputStream Modifier and Type Method Description PlatformInputStreamPlatformAbstractMemory. input()Gets input stream.PlatformInputStreamPlatformMemory. input()Gets input stream.
-