public class NonBlockedDecompressorStream
extends org.apache.hadoop.io.compress.DecompressorStream
| Constructor and Description |
|---|
NonBlockedDecompressorStream(InputStream stream,
org.apache.hadoop.io.compress.Decompressor decompressor,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] b,
int off,
int len) |
available, checkStream, close, decompress, getCompressedData, mark, markSupported, read, reset, resetState, skipgetPos, seek, seekToNewSourcereadpublic NonBlockedDecompressorStream(InputStream stream, org.apache.hadoop.io.compress.Decompressor decompressor, int bufferSize) throws IOException
IOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class org.apache.hadoop.io.compress.DecompressorStreamIOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.