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 | Description |
---|---|
BytePipe() |
Construct a new instance.
|
Modifier and Type | Method | 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 © 2019 JBoss by Red Hat. All rights reserved.