|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.armatiek.infofuze.stream.filesystem.AbstractFile
com.armatiek.infofuze.stream.filesystem.compression.ArchiveFileEntry
com.armatiek.infofuze.stream.filesystem.compression.tar.TarArchiveFileEntry
public class TarArchiveFileEntry
An representation of a file entry within a TAR archive file.
Constructor Summary | |
---|---|
TarArchiveFileEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry,
ArchiveFile archiveFile,
java.io.InputStream is)
|
Method Summary | |
---|---|
boolean |
isHidden()
Tests whether this is a hidden file. |
Methods inherited from class com.armatiek.infofuze.stream.filesystem.compression.ArchiveFileEntry |
---|
getArchiveEntry, getInputStream, getName, getParent, getParentFile, getPath, isDirectory, isFile, lastModified, length, listFiles |
Methods inherited from class com.armatiek.infofuze.stream.filesystem.AbstractFile |
---|
canRead, exists, getCharacterEncoding, getMimeType, hasContent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.armatiek.infofuze.stream.filesystem.FileIf |
---|
equals |
Constructor Detail |
---|
public TarArchiveFileEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry, ArchiveFile archiveFile, java.io.InputStream is)
Method Detail |
---|
public boolean isHidden()
FileIf
isHidden
in interface FileIf
isHidden
in class AbstractFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |