public class PipeReader<O> extends PReader implements cc.redberry.pipe.OutputPortCloseable<O>
closed, countingInputStream, input, totalSize| Constructor and Description |
|---|
PipeReader(Class<? super O> type,
File file) |
PipeReader(Class<? super O> type,
InputStream stream) |
PipeReader(Class<? super O> type,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
O |
take() |
close, getProgress, isFinishedpublic PipeReader(Class<? super O> type, String fileName) throws IOException
IOExceptionpublic PipeReader(Class<? super O> type, File file) throws IOException
IOExceptionpublic PipeReader(Class<? super O> type, InputStream stream)
Copyright © 2018. All rights reserved.