| Constructor and Description |
|---|
DataPipeInFile(java.io.File file) |
| 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 DataPipeInFile(java.io.File file)
throws java.io.FileNotFoundException
file - used to store incoming data to and read outgoing data fromjava.io.FileNotFoundExceptionpublic 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.