|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--java.io.FilterInputStream | +--iicm.vrml.pw.DecompressionStream
Field Summary | |
static int |
COMPRESSION_MAGIC
magic number of compressed files |
Fields inherited from class java.io.FilterInputStream |
in |
Constructor Summary | |
DecompressionStream(java.lang.String filename)
check whether the InputStream contains compressed data. |
Method Summary | |
void |
close()
on close also destroy subprocess in case it is still running |
Methods inherited from class java.io.FilterInputStream |
available,
mark,
markSupported,
read,
read,
read,
reset,
skip |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int COMPRESSION_MAGIC
Constructor Detail |
public DecompressionStream(java.lang.String filename) throws java.io.IOException
Method Detail |
public void close() throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |