Interface | Description |
---|---|
IZipReader |
Interface, which is implemented by ZipInStream and InflaterInStream, is used
to easily load files in two different ZIP formats - shorter and clearer code
in FileWorker.extractFileContent().
|
Class | Description |
---|---|
Database |
This class contains only one static method.
|
Database.DB_Messenger |
Design template of the crate with the data necessary for connection to the
database.
|
FileWorker |
This class contains only static attributes and methods for I/O operations.
|
InflaterInStream |
An instance of this class is used to read special ZIP files that are created
using Inflater.
|
ZipInStream |
An instance of this class is used to read files in a classic ZIP.
|