public class PipeWriter<O> extends PWriter implements cc.redberry.pipe.InputPort<O>, AutoCloseable
| Constructor and Description |
|---|
PipeWriter(File file) |
PipeWriter(OutputStream stream) |
PipeWriter(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeClose() |
void |
put(O o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic PipeWriter(String fileName) throws FileNotFoundException
FileNotFoundExceptionpublic PipeWriter(File file) throws FileNotFoundException
FileNotFoundExceptionpublic PipeWriter(OutputStream stream)
protected void beforeClose()
beforeClose in class PWriterCopyright © 2018. All rights reserved.