JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
org.cojen.dirmi.Pipe
Uses of
Pipe
in
org.cojen.dirmi
Methods in
org.cojen.dirmi
with parameters of type
Pipe
Modifier and Type
Method
Description
Object
Serializer.
read
(
Pipe
pipe)
Reads an object from the pipe.
void
Serializer.
write
(
Pipe
pipe,
Object
obj)
Writes a non-null object to the pipe.