|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.util.zip.DeflaterOutputStream
com.tangosol.net.CompressionFilter.DeflaterOutputShell
public static class CompressionFilter.DeflaterOutputShell
DeflaterOutputShell enforces the "end" call for the corresponding Deflater object.
| Field Summary |
|---|
| Fields inherited from class java.util.zip.DeflaterOutputStream |
|---|
buf, def |
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
CompressionFilter.DeflaterOutputShell(OutputStream stream,
Deflater deflater)
Create a new input stream with the specified decompressor. |
|
CompressionFilter.DeflaterOutputShell(OutputStream stream,
Deflater deflater,
int cbSize)
Create a new input stream with the specified decompressor and buffer size. |
|
| Method Summary | |
|---|---|
void |
close()
Close the input stream. |
void |
write(int b)
Overrides the underlying DeflaterOutputStream.write(int)
implementation making it more memory efficient. |
| Methods inherited from class java.util.zip.DeflaterOutputStream |
|---|
deflate, finish, write |
| Methods inherited from class java.io.FilterOutputStream |
|---|
flush, write |
| Constructor Detail |
|---|
public CompressionFilter.DeflaterOutputShell(OutputStream stream,
Deflater deflater)
stream - the output streamdeflater - the compressor ("deflater")
public CompressionFilter.DeflaterOutputShell(OutputStream stream,
Deflater deflater,
int cbSize)
stream - the output streamdeflater - the compressor ("inflater")cbSize - the output buffer size| Method Detail |
|---|
public void close()
throws IOException
close in interface Closeableclose in class DeflaterOutputStreamIOException
public void write(int b)
throws IOException
DeflaterOutputStream.write(int)
implementation making it more memory efficient.
write in class DeflaterOutputStreamIOException
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||