|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.util.tar.TarInputStream
public class TarInputStream
This class provides tar extraction capabilities.
It does not extend InputStream.
| Constructor Summary | |
|---|---|
TarInputStream(java.io.InputStream inStream)
Creates a new TarInputStream instance, for reading
a tar file. |
|
| Method Summary | |
|---|---|
void |
copyEntryContents(java.io.OutputStream outStream)
Copy the contents of the entry to the given output stream. |
TarEntry |
getNextEntry()
Gets the next entry in the tar archive. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TarInputStream(java.io.InputStream inStream)
TarInputStream instance, for reading
a tar file.
inStream - The InputStream to read from| Method Detail |
|---|
public TarEntry getNextEntry()
throws ProblemException
ProblemException - if some issue was found reading the tar stream
public void copyEntryContents(java.io.OutputStream outStream)
throws ProblemException
ProblemException - if some issue was found reading the tar stream
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||