org.xerial.snappy
クラス SnappyInputStream
java.lang.Object
java.io.InputStream
org.xerial.snappy.SnappyInputStream
- すべての実装されたインタフェース:
- Closeable
public class SnappyInputStream
- extends InputStream
A stream filter for reading data compressed by SnappyOutputStream.
- 作成者:
- leo
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
protected final InputStream in
SnappyInputStream
public SnappyInputStream(InputStream input)
throws IOException
- 例外:
IOException
readHeader
protected void readHeader()
throws IOException
- 例外:
IOException
readFully
protected void readFully(byte[] fragment,
int fragmentLength)
throws IOException
- 例外:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- オーバーライド:
- クラス
InputStream 内の read
- 例外:
IOException
hasNextChunk
protected boolean hasNextChunk()
throws IOException
- 例外:
IOException
read
public int read()
throws IOException
- 定義:
- クラス
InputStream 内の read
- 例外:
IOException
Copyright © 2011. All Rights Reserved.