| Class | Description |
|---|---|
| AbstractInputStreamWrapper |
Provides common functionality to the easystream library:
holds a source InputStream
provide a AbstractInputStreamWrapper.closeOnce() method that's called exactly once.
provide an implementation of AbstractInputStreamWrapper#skip(final long n) and
AbstractInputStreamWrapper.read() methods.
Keeps track of the position in the source stream over mark and reset.
|
| BaseGlobalStats |
Base class for statistics.
|
| EasyStreamConstants |
EasyStream constant values.
|
| ExecutorServiceFactory |
This class is responsible of instantiating the right executor given an
ExecutionModel.
|
| Enum | Description |
|---|---|
| ByteUnit | |
| ExecutionModel |
This class enumerates the policies for instantiating
Threads
in classes of EasyStream library that needs of them. |
Base classes and Enumerations.
Copyright © 2008–2016. All rights reserved.