public final class BytePipe extends 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 © 2016 JBoss by Red Hat. All rights reserved.