Inheritance diagram for sfi.director.util.Archive:

Thought as a replacement for the (broken in GCC 3.2) java.util.zip where it is of no importance if the archive is compressed or readable by other applications.
Public Member Functions | |
| Archive (InputStream input) | |
| Archive (OutputStream output) | |
| void | close () throws DirectorException |
| void | store (File file, String name) throws DirectorException |
| void | storeAll (File directory) throws DirectorException |
| void | storeAll (File directory, String name) throws DirectorException |
| void | filter (ArchiveFilter filter) |
| ArchiveFilter | filter () |
| File | extractAs (File file) throws DirectorException |
| File | extract (File directory) throws DirectorException |
| File | extract (File directory, File target) throws DirectorException |
| void | skip () throws DirectorException |
| DBObject | lookAhead () throws DirectorException |
| String | nextFileName () throws DirectorException |
| long | nextLastModified () throws DirectorException |
| void | extractAll (File directory) throws DirectorException |
Protected Member Functions | |
| void | finalize () |
| void | getChunk (byte[] buffer, int size) throws DirectorException |
Protected Attributes | |
| InputStream | input |
| OutputStream | output |
| DecimalFormat | lengthField = new DecimalFormat( "000000000" ) |
| DBObject | lookAheadObj = null |
| ArchiveFilter | filter = null |
|
|
|
|
|
|
|
|
Reimplemented in sfi.director.util.InterceptArchive, and sfi.director.util.ZipArchive. |
|
||||||||||||
|
Reimplemented in sfi.director.util.InterceptArchive, and sfi.director.util.ZipArchive. |
|
|
Reimplemented in sfi.director.util.InterceptArchive. |
|
|
|
|
|
Reimplemented in sfi.director.util.InterceptArchive. |
|
|
|
|
|
|
|
|
Reimplemented in sfi.director.util.InterceptArchive. |
|
||||||||||||
|
|
|
|
Reimplemented in sfi.director.util.ZipArchive. |
|
|
|
|
|
|
|
|
Reimplemented in sfi.director.util.ZipArchive. |
|
||||||||||||
|
Reimplemented in sfi.director.util.InterceptArchive, and sfi.director.util.ZipArchive. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5