java.lang.Object
com.ntak.pearlzip.archive.pub.FileInfo
Java bean which stores normalised data about a particular entry in a zip archive.
- Author:
- Aashutos Kakshepati
-
Constructor Summary
ConstructorDescriptionFileInfo
(int index, int level, String fileName, long crcHash, long packedSize, long rawSize, LocalDateTime lastWriteTime, LocalDateTime lastAccessTime, LocalDateTime creationTime, String user, String group, int attributes, String comments, boolean isFolder, boolean isEncrypted, Map<String, Object> additionalInfoMap) -
Method Summary
-
Constructor Details
-
FileInfo
public FileInfo(int index, int level, String fileName, long crcHash, long packedSize, long rawSize, LocalDateTime lastWriteTime, LocalDateTime lastAccessTime, LocalDateTime creationTime, String user, String group, int attributes, String comments, boolean isFolder, boolean isEncrypted, Map<String, Object> additionalInfoMap)
-
-
Method Details
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
getLevel
public int getLevel() -
getFileName
-
getCrcHash
public long getCrcHash() -
getPackedSize
public long getPackedSize() -
getRawSize
public long getRawSize() -
getLastWriteTime
-
getLastAccessTime
-
getCreationTime
-
getUser
-
getGroup
-
getAttributes
public int getAttributes() -
getComments
-
isFolder
public boolean isFolder() -
isEncrypted
public boolean isEncrypted() -
getAdditionalInfoMap
-
setComments
-
getSelf
-
toString
-
equals
-
hashCode
public int hashCode()
-