Uses of Interface
org.cojen.dirmi.Pipe.Decoder
-
Uses of Pipe.Decoder in org.cojen.dirmi
Methods in org.cojen.dirmi with parameters of type Pipe.DecoderModifier and TypeMethodDescription<T> T
Pipe.readDecode
(T object, int length, Pipe.Decoder<T> decoder) Read a complex object from the pipe by invoking a decoder, which can be more efficient than reading from the pipe multiple times.