public final class ZipFileInfo extends Object implements IMetadataProperty
Represents file info in ZIP format.
Modifier and Type | Method and Description |
---|---|
long |
getCompressedSize()
Gets the compressed size in bytes.
|
int |
getCompressionMethod()
Gets the compression method.
|
int |
getFlags()
Gets the flags.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getName()
Gets or sets file name.
|
long |
getUncompressedSize()
Gets the uncompressed size in bytes.
|
void |
setName(String value)
Gets or sets file name.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final int getCompressionMethod()
Gets the compression method.
Value: The compression method.public final long getCompressedSize()
Gets the compressed size in bytes.
Value: The compressed size in bytes.public final long getUncompressedSize()
Gets the uncompressed size in bytes.
Value: The uncompressed size in bytes.public final int getFlags()
Gets the flags.
Value: The flags.public final String getName()
Gets or sets file name.
Value: The file name.getName
in interface IMetadataProperty
public final void setName(String value)
Gets or sets file name.
Value: The file name.setName
in interface IMetadataProperty
public final String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2017. All rights reserved.