public final class BytePipe
extends java.lang.Object
ByteInput
and ByteOutput
. Each end must be used from a different thread, otherwise a deadlock
condition will occur.Constructor and Description |
---|
BytePipe()
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ByteInput |
getInput()
Get the input side of this pipe.
|
ByteOutput |
getOutput()
Get the output side of this pipe.
|
public ByteInput getInput()
public ByteOutput getOutput()
Copyright © 2011 JBoss, a division of Red Hat, Inc.