public final class TarArchiveEntry extends ArchiveEntry<TarEntry>
entry
Constructor and Description |
---|
TarArchiveEntry(TarEntry entry) |
Modifier and Type | Method and Description |
---|---|
protected FileInfo |
createFileInfo(TarEntry entry) |
java.lang.String |
getComment() |
java.lang.String |
getEntryPathName() |
long |
getLastModified() |
long |
getSize() |
boolean |
isDirectory() |
equals, getEntry, getFileInfo, getUnixPathName, hashCode, toDumpString, toString
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public TarArchiveEntry(TarEntry entry)
protected FileInfo createFileInfo(TarEntry entry)
createFileInfo
in class ArchiveEntry<TarEntry>
public java.lang.String getEntryPathName()
getEntryPathName
in class ArchiveEntry<TarEntry>
public long getSize()
getSize
in class ArchiveEntry<TarEntry>
public long getLastModified()
getLastModified
in class ArchiveEntry<TarEntry>
public boolean isDirectory()
isDirectory
in class ArchiveEntry<TarEntry>
public java.lang.String getComment()
getComment
in class ArchiveEntry<TarEntry>
Copyright © 2014 EsprIT-Systems. All Rights Reserved.