JavaXT
|
|||
Entry ClassUsed to represent an entry in a jar/war file. The jar file might be zipped or unpacked by a web server.
ConstructorsThere are no public constructors.Public Methodschecksum( ) returns long Returns a long value representing a cyclic redundancy check (CRC-32 checksum) of the uncompressed entry data, or -1 if not known. extractFile( java.io.File destination ) returns void Used to extract the zip entry to a file. getText( String charsetName ) returns String Used to extract the contents to a string. Returns null if the extraction failed.
|