org.kde.koala
public class KZipFileEntry extends KArchiveFile
UNKNOWN:
Constructor Summary | |
---|---|
protected | KZipFileEntry(Class dummy) |
KZipFileEntry(KZip zip, String name, int access, int date, String user, String group, String symlink, String path, long start, long uncompressedSize, int encoding, long compressedSize) |
Method Summary | |
---|---|
long | compressedSize() |
long | crc32() |
byte[] | data() |
QIODeviceInterface | device()
This method returns a QIODevice to read the file contents.
|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
int | encoding() |
protected void | finalize() Deletes the wrapped C++ instance |
long | headerStart() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
String | path() |
void | setCompressedSize(long compressedSize) |
void | setCRC32(long crc32) |
void | setHeaderStart(long headerstart) |
Returns: the content of this file. Call data() with care (only once per file), this data isn't cached.
UNKNOWN:
UNKNOWN: This method returns a QIODevice to read the file contents.