Interface | Description |
---|---|
ChunkHandler |
Callback interface that supports arbitrary processing of data chunks read from an input stream.
|
Resource |
Resource descriptor that provides a strategy to get an
InputStream to read bytes. |
Class | Description |
---|---|
ClassPathResource |
Resource that produces a
InputStream from a classpath resource. |
DecodingInputStream |
Filters read bytes through a
Decoder such that consumers obtain raw (decoded) bytes from read operations. |
DirectByteArrayOutputStream |
Extends
ByteArrayOutputStream by allowing direct access to the internal byte buffer. |
EncodingOutputStream |
Filters written bytes through an
Encoder such that encoded data is written to the underlying output stream. |
FileResource |
Resource that produces a buffered
FileInputStream from a file. |
URLResource |
Describes a (presumably remote) resource accessible via URL.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.