public class FileInputSinkStrategy extends Object implements InputSinkStrategy<File>
| Constructor and Description |
|---|
FileInputSinkStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(File file) |
InputSinkChannel<InputStream,File> |
createInputStreamChannel() |
InputSinkChannel<Reader,File> |
createReaderChannel() |
public FileInputSinkStrategy()
public InputSinkChannel<InputStream,File> createInputStreamChannel()
createInputStreamChannel in interface InputSinkStrategy<File>public InputSinkChannel<Reader,File> createReaderChannel()
createReaderChannel in interface InputSinkStrategy<File>public void close(File file)
close in interface InputSinkStrategy<File>Copyright © 2004–2014 Paul Ferraro. All rights reserved.