abstract class StreamBridge
extends java.io.FilterOutputStream
Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
input |
private java.lang.Object |
inputLock |
Modifier | Constructor and Description |
---|---|
protected |
StreamBridge() |
protected |
StreamBridge(java.io.OutputStream out) |
Modifier and Type | Method and Description |
---|---|
(package private) java.io.InputStream |
getInput()
Provides the input view.
|
(package private) abstract java.io.InputStream |
getInputView()
Creates the input view.
|
(package private) void |
stop()
Closes input and output and releases all associated resources.
|
private java.io.InputStream input
private final java.lang.Object inputLock
protected StreamBridge(java.io.OutputStream out)
protected StreamBridge()
java.io.InputStream getInput() throws java.io.IOException
java.io.IOException
abstract java.io.InputStream getInputView() throws java.io.IOException
java.io.IOException
void stop() throws java.io.IOException
java.io.IOException