Uses of Interface
org.cojen.dirmi.Pipe.Encoder
-
Uses of Pipe.Encoder in org.cojen.dirmi
Methods in org.cojen.dirmi with parameters of type Pipe.EncoderModifier and TypeMethodDescription<T> void
Pipe.writeEncode
(T object, int length, Pipe.Encoder<T> encoder) Write a complex object to the pipe by invoking an encoder, which can be more efficient than writing to the pipe multiple times.