public class ZipEntry
extends java.lang.Object
Java class for ZipEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ZipEntry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="isDirectory" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="compressedSize" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="uncompressedSize" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ZipEntry() |
Modifier and Type | Method and Description |
---|---|
long |
getCompressedSize()
Gets the value of the compressedSize property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
long |
getUncompressedSize()
Gets the value of the uncompressedSize property.
|
boolean |
isIsDirectory()
Gets the value of the isDirectory property.
|
void |
setCompressedSize(long value)
Sets the value of the compressedSize property.
|
void |
setIsDirectory(boolean value)
Sets the value of the isDirectory property.
|
void |
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUncompressedSize(long value)
Sets the value of the uncompressedSize property.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isIsDirectory()
public void setIsDirectory(boolean value)
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendar
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public long getCompressedSize()
public void setCompressedSize(long value)
public long getUncompressedSize()
public void setUncompressedSize(long value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"