|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.compress.ArchiveEntry
public class ArchiveEntry
Represents an entry of an archive.
Constructor Summary | |
---|---|
ArchiveEntry(String entryName,
InputStream entryStream)
Constructs a new ArchiveEntry with name and stram |
Method Summary | |
---|---|
String |
getName()
Returns this entries name |
InputStream |
getStream()
Returns this entries InputStream stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArchiveEntry(String entryName, InputStream entryStream)
entryName
- the name of this entryentryStream
- the inputstream of this entryMethod Detail |
---|
public String getName()
public InputStream getStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |