|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
com.xucia.resourceaccelerate.JSShrinkOutputStream
public class JSShrinkOutputStream
Constructor Summary | |
---|---|
JSShrinkOutputStream(java.io.OutputStream outputStream)
Must get the output stream to write to |
Method Summary | |
---|---|
void |
close()
Do the compression when the stream closes |
Methods inherited from class java.io.ByteArrayOutputStream |
---|
reset, size, toByteArray, toString, toString, toString, write, write, writeTo |
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JSShrinkOutputStream(java.io.OutputStream outputStream)
outputStream
- Method Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.ByteArrayOutputStream
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |