Uses of Class
com.gigaspaces.internal.io.MarshalInputStream
Packages that use MarshalInputStream
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
-
Uses of MarshalInputStream in com.gigaspaces.lrmi
Methods in com.gigaspaces.lrmi with parameters of type MarshalInputStream -
Uses of MarshalInputStream in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio that return MarshalInputStreamModifier and TypeMethodDescriptionReader.readReply(Reader.Context ctx) ChannelEntry.readRequest(Reader.Context ctx) Reader.readRequest(Reader.Context ctx) Methods in com.gigaspaces.lrmi.nio with parameters of type MarshalInputStreamModifier and TypeMethodDescriptionvoidIPacket.readExternal(MarshalInputStream in) voidReplyPacket.readExternal(MarshalInputStream in) voidRequestPacket.readExternal(MarshalInputStream in) ChannelEntry.unmarshall(MarshalInputStream stream) <T> ReplyPacket<T>Reader.unmarshallReply(MarshalInputStream stream) Reader.unmarshallRequest(MarshalInputStream stream)