JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Class BytePipe

java.lang.Object
  extended by org.jboss.marshalling.BytePipe

public final class BytePipe
extends Object

A paired ByteInput and ByteOutput. Each end must be used from a different thread, otherwise a deadlock condition will occur.


Constructor Summary
BytePipe()
          Construct a new instance.
 
Method Summary
 ByteInput getInput()
          Get the input side of this pipe.
 ByteOutput getOutput()
          Get the output side of this pipe.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytePipe

public BytePipe()
Construct a new instance.

Method Detail

getInput

public ByteInput getInput()
Get the input side of this pipe.

Returns:
the input side

getOutput

public ByteOutput getOutput()
Get the output side of this pipe.

Returns:
the output side

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.