|
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.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
com.tangosol.net.CompressionFilter.InflaterInputShell
public static class CompressionFilter.InflaterInputShell
InflaterInputShell enforces the "end" call for the corresponding Inflater object.
| Field Summary |
|---|
| Fields inherited from class java.util.zip.InflaterInputStream |
|---|
buf, inf, len |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
CompressionFilter.InflaterInputShell(InputStream stream,
Inflater inflater)
Create a new input stream with the specified decompressor. |
|
CompressionFilter.InflaterInputShell(InputStream stream,
Inflater inflater,
int cbSize)
Create a new input stream with the specified decompressor and buffer size. |
|
| Method Summary | |
|---|---|
void |
close()
Close the input stream. |
int |
read()
Overrides the underlying InflaterInputStream.read()
implementation making the known bug fix in JDK 1.4.1
(
"InflaterInputStream is very memory inefficient")
retroactive for prior JDKs. |
| Methods inherited from class java.util.zip.InflaterInputStream |
|---|
available, fill, mark, markSupported, read, reset, skip |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Constructor Detail |
|---|
public CompressionFilter.InflaterInputShell(InputStream stream,
Inflater inflater)
stream - the input streaminflater - the decompressor ("inflater")
public CompressionFilter.InflaterInputShell(InputStream stream,
Inflater inflater,
int cbSize)
stream - the input streaminflater - the decompressor ("inflater")cbSize - the input buffer size| Method Detail |
|---|
public void close()
throws IOException
close in interface Closeableclose in class InflaterInputStreamIOException
public int read()
throws IOException
InflaterInputStream.read()
implementation making the known bug fix in JDK 1.4.1
(
"InflaterInputStream is very memory inefficient")
retroactive for prior JDKs.
read in class InflaterInputStreamIOException
|
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 | |||||||