java.io
.See: Description
Interface | Description |
---|---|
ReadFromSupport |
Optional interface implemented by
OutputStream implementations that support
transferring data from an InputStream . |
Exception | Description |
---|---|
StreamCopyException |
Signals that an I/O exception occurred while copying data from an input stream (or other data
source) to an output stream (or other data sink).
|
java.io
.Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.