Package org.jboss.marshalling
Class BytePipe
java.lang.Object
org.jboss.marshalling.BytePipe
A paired
ByteInput
and ByteOutput
. Each end must be used from a different thread, otherwise a deadlock
condition will occur.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInput()
Get the input side of this pipe.Get the output side of this pipe.
-
Field Details
-
input
-
output
-
-
Constructor Details
-
BytePipe
public BytePipe()Construct a new instance.
-
-
Method Details
-
getInput
Get the input side of this pipe.- Returns:
- the input side
-
getOutput
Get the output side of this pipe.- Returns:
- the output side
-