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, skip
getPos, seek, seekToNewSource
read
public NonBlockedDecompressorStream(InputStream stream, org.apache.hadoop.io.compress.Decompressor decompressor, int bufferSize) throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class org.apache.hadoop.io.compress.DecompressorStream
IOException
Copyright © 2015. All rights reserved.