|
JBoss Marshalling 1.2.1.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.marshalling.BytePipe
public final class BytePipe

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 |
|---|
public BytePipe()
| Method Detail |
|---|
public ByteInput getInput()
public ByteOutput getOutput()
|
JBoss Marshalling 1.2.1.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||