|
Jazz3D API |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.sygem.jazz3d3.Decompressor
|
+--com.sygem.jazz3d3.decompression.ZipDecompressor
Decompressor for the ZIP format. Will extract the first file from any ZIP file.
NOTE: this library requires JDK1.1 or higher.
| Constructor Summary | |
ZipDecompressor()
|
|
| Method Summary | |
java.io.InputStream |
extractFirstEntry(java.io.InputStream i)
Extracts the first entry from a compressed input stream. |
long |
getFileSize()
Get the size of the first file in the compressed stream. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ZipDecompressor()
| Method Detail |
public java.io.InputStream extractFirstEntry(java.io.InputStream i)
extractFirstEntry in class Decompressorpublic long getFileSize()
getFileSize in class Decompressor
|
©2001 SyGem Software |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||