Package com.gc.iotools.stream.base

Base classes and Enumerations.

See:
          Description

Class Summary
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.
EasyStreamConstants EasyStream constant values.
ExecutorServiceFactory This class is responsible of instantiating the right executor given an ExecutionModel.
 

Enum Summary
ExecutionModel This class enumerates the policies for instantiating Threads in classes of EasyStream library that needs of them.
 

Package com.gc.iotools.stream.base Description

Base classes and Enumerations.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2008–2014. All rights reserved.