
com.gc.iotools.stream.store.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easystream Show documentation
Show all versions of easystream Show documentation
EasyStream is a small set of utilities for dealing with
streams (InputStreams
and OutputStreams).
The aim is to ease the use of
pipes when they're required.
Main features are:
* "Convert" an
OutputStream to an InputStream.
* Count the number of bytes read or
wrote to a given stream.
* While reading the data from an InputStream
copy it to a supplied
OutputStream.
* Read the content of an InputStream
multiple times or seek to a
definite position
The newest version!
Provides strategies to buffer data used along the application.
Package Specification
All the classes in this package should implement the Store
interface.
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation,
please see:
- io-tools project
at googlecode.
@since 1.2.0
@see com.gc.iotools.stream.is.InputStreamFromOutputStream
@see com.gc.iotools.stream.os.OutputStreamToInputStream
© 2015 - 2025 Weber Informatics LLC | Privacy Policy