public class InflaterByteSource extends CloseableByteSource
| Constructor and Description |
|---|
InflaterByteSource(CloseableByteSource byteSource)
Creates a new source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
innerClose()
Closes the by source.
|
java.io.InputStream |
openStream() |
closepublic InflaterByteSource(CloseableByteSource byteSource)
byteSource - the factory for deflated datapublic java.io.InputStream openStream()
throws java.io.IOException
openStream in class com.google.common.io.ByteSourcejava.io.IOExceptionpublic void innerClose()
throws java.io.IOException
CloseableByteSourceCloseableByteSource.close() is called
multiple times.innerClose in class CloseableByteSourcejava.io.IOException - failed to close