Package | Description |
---|---|
com.gc.iotools.stream.base |
Base classes and Enumerations.
|
com.gc.iotools.stream.is |
Provides classes that extends java.io.InputStream.
|
com.gc.iotools.stream.os |
Provides classes that extends java.io.OutputStream.
|
com.gc.iotools.stream.reader |
Provides classes that extends java.io.Reader.
|
com.gc.iotools.stream.writer |
Provides classes that extends java.io.Writer.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionModel |
ExecutionModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionModel[] |
ExecutionModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ExecutorService |
ExecutorServiceFactory.getExecutor(ExecutionModel tmodel)
Getter for the field
executor . |
Constructor and Description |
---|
InputStreamFromOutputStream(boolean joinOnClose,
ExecutionModel executionModel)
It creates a
InputStreamFromOutputStream and let the user
choose the thread allocation strategy he likes. |
InputStreamFromOutputStream(ExecutionModel executionModel)
It creates a
InputStreamFromOutputStream and let the user
choose the thread allocation strategy he likes. |
Constructor and Description |
---|
OutputStreamToInputStream(boolean joinOnClose,
ExecutionModel executionModel)
Creates a new
OutputStreamToInputStream . |
Constructor and Description |
---|
ReaderFromWriter(boolean joinOnClose,
ExecutionModel executionModel)
It creates a
ReaderFromWriter and let the user choose the
thread allocation strategy he likes. |
ReaderFromWriter(ExecutionModel executionModel)
It creates a
ReaderFromWriter and let the user choose the
thread allocation strategy he likes. |
Constructor and Description |
---|
WriterToReader(boolean joinOnClose,
ExecutionModel executionModel)
Creates a new
WriterToReader . |
Copyright © 2008–2016. All rights reserved.