| Constructor and Description |
|---|
DataPipeInMemory(int buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.InputStream |
getFrom()
Reads data from the pipe.
|
java.io.OutputStream |
getTo()
Adds data to the pipe.
|
public DataPipeInMemory(int buffer)
buffer - initial capacity of the bufferpublic java.io.InputStream getFrom()
DataPipepublic java.io.OutputStream getTo()
DataPipepublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableCopyright © 2021 eHealth. All rights reserved.