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