Package | Description |
---|---|
de.esprit.appsuite.io |
Contains various context based IO tools
|
de.esprit.appsuite.io.archive |
Contains base classes for the archive tools
|
de.esprit.appsuite.io.archive.tar |
Contains classes for TAR archive support
|
de.esprit.appsuite.io.archive.zip |
Contains classes for ZIP archive support
|
de.esprit.appsuite.nio.ascii |
Contains classes for very fast ascii-file parsing.
|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
de.esprit.appsuite.project |
Contains internal classes describing the project
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
Modifier and Type | Method and Description |
---|---|
ProgressInputStream |
ProgressReader.getInputStream() |
Constructor and Description |
---|
ProgressReader(ProgressInputStream inStream) |
ProgressReader(ProgressInputStream inStream,
int buffSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
ArchiveListTask.processEntry(ProgressInputStream entryStream,
ArchiveEntry<?> entry) |
Modifier and Type | Method and Description |
---|---|
ProgressInputStream |
TarExtractor.getProgressInputStream() |
Modifier and Type | Method and Description |
---|---|
void |
TarExtractor.setInputStream(ProgressInputStream inStream) |
Modifier and Type | Method and Description |
---|---|
ProgressInputStream |
ZipExtractor.getProgressInputStream() |
Modifier and Type | Method and Description |
---|---|
void |
ZipExtractor.setInputStream(ProgressInputStream inStream) |
Constructor and Description |
---|
AbstractAsciiParser(C ctx,
ProgressInputStream progressStream) |
AbstractAsciiParser(C ctx,
ProgressInputStream progressStream,
int buffSize) |
AsciiParser(C ctx,
ProgressInputStream progressStream) |
AsciiParser(C ctx,
ProgressInputStream progressStream,
int buffSize) |
SimpleAsciiParser(C ctx,
ProgressInputStream progressStream) |
SimpleAsciiParser(C ctx,
ProgressInputStream progressStream,
int buffSize) |
Constructor and Description |
---|
NdfParser(ApplicationContext ctx,
ProgressInputStream progressStream,
NdfHandler handler) |
Modifier and Type | Method and Description |
---|---|
ProgressInputStream |
ResourceDefAdapter.getAsProgressInputStream() |
Modifier and Type | Class and Description |
---|---|
class |
DownloadStream
This is a special stream used by the
FileStreamDownloadAgent for downloading file data from the server. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.