com.caucho.util
Class ResinDeflaterOutputStream
java.lang.Object
java.io.OutputStream
com.caucho.util.ResinDeflaterOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class ResinDeflaterOutputStream
- extends java.io.OutputStream
Creates hashes for the identifiers.
Method Summary |
void |
close()
Close the stream |
void |
init(java.io.OutputStream os)
|
void |
write(byte[] buffer,
int offset,
int length)
|
void |
write(int value)
|
Methods inherited from class java.io.OutputStream |
flush, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResinDeflaterOutputStream
public ResinDeflaterOutputStream(java.io.OutputStream os)
- Creates the output
init
public void init(java.io.OutputStream os)
write
public void write(int value)
throws java.io.IOException
- Specified by:
write
in class java.io.OutputStream
- Throws:
java.io.IOException
write
public void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
- Overrides:
write
in class java.io.OutputStream
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Close the stream
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.io.OutputStream
- Throws:
java.io.IOException