|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.crypto.utils.DataPipeInFile
public class DataPipeInFile
Data pushed into the pipe is written to file.
Data read from the pipe is read from that file.
| Constructor Summary | |
|---|---|
DataPipeInFile(java.io.File file)
|
|
| Method Summary | |
|---|---|
void |
close()
|
java.io.InputStream |
getFrom()
Reads data from the pipe. |
java.io.OutputStream |
getTo()
Adds data to the pipe. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataPipeInFile(java.io.File file)
throws java.io.FileNotFoundException
file - used to store incoming data to and read outgoing data from
java.io.FileNotFoundException| Method Detail |
|---|
public java.io.InputStream getFrom()
DataPipe
getFrom in interface DataPipepublic java.io.OutputStream getTo()
DataPipe
getTo in interface DataPipepublic void close()
close in interface java.io.Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||