|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.kde.koala.KArchiveEntry
org.kde.koala.KArchiveFile
org.kde.koala.KZipFileEntry
public class KZipFileEntry
| Constructor Summary | |
|---|---|
protected |
KZipFileEntry(java.lang.Class dummy)
|
|
KZipFileEntry(KZip zip,
java.lang.String name,
int access,
int date,
java.lang.String user,
java.lang.String group,
java.lang.String symlink,
java.lang.String path,
long start,
long uncompressedSize,
int encoding,
long compressedSize)
|
| Method Summary | |
|---|---|
long |
compressedSize()
|
long |
crc32()
|
byte[] |
data()
Returns the data of the file. |
org.kde.qt.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? |
java.lang.String |
path()
|
void |
setCompressedSize(long compressedSize)
|
void |
setCRC32(long crc32)
|
void |
setHeaderStart(long headerstart)
|
| Methods inherited from class org.kde.koala.KArchiveFile |
|---|
copyTo, isFile, position, setSize, size |
| Methods inherited from class org.kde.koala.KArchiveEntry |
|---|
archive, date, datetime, group, isDirectory, name, permissions, symlink, user |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected KZipFileEntry(java.lang.Class dummy)
public KZipFileEntry(KZip zip,
java.lang.String name,
int access,
int date,
java.lang.String user,
java.lang.String group,
java.lang.String symlink,
java.lang.String path,
long start,
long uncompressedSize,
int encoding,
long compressedSize)
| Method Detail |
|---|
public int encoding()
public long compressedSize()
public void setCompressedSize(long compressedSize)
public void setHeaderStart(long headerstart)
public long headerStart()
public long crc32()
public void setCRC32(long crc32)
public java.lang.String path()
public byte[] data()
KArchiveFile
data in class KArchiveFilepublic org.kde.qt.QIODeviceInterface device()
device in class KArchiveFile
protected void finalize()
throws java.lang.InternalError
finalize in class KArchiveFilejava.lang.InternalErrorpublic void dispose()
dispose in class KArchiveFilepublic boolean isDisposed()
isDisposed in class KArchiveFile
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||