パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
C
D
E
F
G
H
I
L
M
N
O
R
S
T
U
V
W
C
close()
- クラス org.xerial.snappy.
SnappyOutputStream
のメソッド
compatibleVersion
- クラス org.xerial.snappy.
SnappyCodec
の変数
compress(byte[])
- クラス org.xerial.snappy.
Snappy
の static メソッド
High-level API for compressing the input byte array.
compress(ByteBuffer, ByteBuffer)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Compress the content in the given input buffer.
compress(byte[], int, int, byte[], int)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Compress the input buffer content in [inputOffset, ...inputOffset+inputLength) then output to the specified output buffer.
compressed
- クラス org.xerial.snappy.
SnappyOutputStream
の変数
currentHeader()
- クラス org.xerial.snappy.
SnappyCodec
の static メソッド
D
DEFAULT_VERSION
- クラス org.xerial.snappy.
SnappyCodec
の static 変数
dump()
- クラス org.xerial.snappy.
SnappyOutputStream
のメソッド
E
errorCode
- エラー org.xerial.snappy.
SnappyError
の変数
errorCode
- 例外 org.xerial.snappy.
SnappyException
の変数
F
flush()
- クラス org.xerial.snappy.
SnappyOutputStream
のメソッド
G
getArchName()
- クラス org.xerial.snappy.
OSInfo
の static メソッド
getErrorCode()
- 例外 org.xerial.snappy.
SnappyException
のメソッド
getMajorVersion()
- クラス org.xerial.snappy.
LoadSnappy
の static メソッド
getMessage()
- 例外 org.xerial.snappy.
SnappyException
のメソッド
getMinorVersion()
- クラス org.xerial.snappy.
LoadSnappy
の static メソッド
getNativeLibFolderPathForCurrentOS()
- クラス org.xerial.snappy.
OSInfo
の static メソッド
getNativeLibraryVersion()
- クラス org.xerial.snappy.
Snappy
の static メソッド
Get the native library version of the snappy
getOSName()
- クラス org.xerial.snappy.
OSInfo
の static メソッド
getVersion()
- クラス org.xerial.snappy.
LoadSnappy
の static メソッド
H
hasNextChunk()
- クラス org.xerial.snappy.
SnappyInputStream
のメソッド
headerSize()
- クラス org.xerial.snappy.
SnappyCodec
の static メソッド
I
id
- 列挙 org.xerial.snappy.
SnappyErrorCode
の変数
in
- クラス org.xerial.snappy.
SnappyInputStream
の変数
isValidCompressedBuffer(ByteBuffer)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Returns true iff the contents of compressed buffer [pos() ... limit()) can be uncompressed successfully.
isValidCompressedBuffer(byte[], int, int)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Returns true iff the contents of compressed buffer [offset, offset+length) can be uncompressed successfully.
isValidCompressedBuffer(ByteBuffer, int, int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
isValidCompressedBuffer(byte[], int, int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
isValidMagicHeader()
- クラス org.xerial.snappy.
SnappyCodec
のメソッド
L
load()
- クラス org.xerial.snappy.
LoadSnappy
の static メソッド
LoadSnappy
-
org.xerial.snappy
の クラス
LoadSnappy()
- クラス org.xerial.snappy.
LoadSnappy
のコンストラクタ
M
magic
- クラス org.xerial.snappy.
SnappyCodec
の変数
MAGIC_HEADER
- クラス org.xerial.snappy.
SnappyCodec
の static 変数
MAGIC_LEN
- クラス org.xerial.snappy.
SnappyCodec
の static 変数
main(String[])
- クラス org.xerial.snappy.
OSInfo
の static メソッド
maxCompressedLength(int)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Get the maximum byte size needed for compressing a data of the given byte size.
maxCompressedLength(int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
MINIMUM_COMPATIBLE_VERSION
- クラス org.xerial.snappy.
SnappyCodec
の static 変数
N
nativeLibraryVersion()
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
O
org.xerial.snappy
- パッケージ org.xerial.snappy
OSInfo
-
org.xerial.snappy
の クラス
Provides OS name and architecture name.
OSInfo()
- クラス org.xerial.snappy.
OSInfo
のコンストラクタ
out
- クラス org.xerial.snappy.
SnappyOutputStream
の変数
R
rawCompress(ByteBuffer, int, int, ByteBuffer, int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
rawCompress(byte[], int, int, byte[], int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
rawUncompress(ByteBuffer, int, int, ByteBuffer, int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
rawUncompress(byte[], int, int, byte[], int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
read(byte[], int, int)
- クラス org.xerial.snappy.
SnappyInputStream
のメソッド
read()
- クラス org.xerial.snappy.
SnappyInputStream
のメソッド
readFully(byte[], int)
- クラス org.xerial.snappy.
SnappyInputStream
のメソッド
readHeader(InputStream)
- クラス org.xerial.snappy.
SnappyCodec
の static メソッド
readHeader()
- クラス org.xerial.snappy.
SnappyInputStream
のメソッド
readInt(byte[], int)
- クラス org.xerial.snappy.
SnappyOutputStream
の static メソッド
S
Snappy
-
org.xerial.snappy
の クラス
Snappy API for data compression/decompression
Snappy()
- クラス org.xerial.snappy.
Snappy
のコンストラクタ
SnappyCodec
-
org.xerial.snappy
の クラス
Preamble header for
SnappyOutputStream
SnappyError
-
org.xerial.snappy
の エラー
Used when serious errors (unchecked exception) in snappy-java are observed.
SnappyError(SnappyErrorCode, Error)
- エラー org.xerial.snappy.
SnappyError
のコンストラクタ
SnappyError(SnappyErrorCode, String)
- エラー org.xerial.snappy.
SnappyError
のコンストラクタ
SnappyErrorCode
-
org.xerial.snappy
の 列挙型
Error codes of snappy-java
SnappyException
-
org.xerial.snappy
の 例外
Exception in snappy-java
SnappyException(int)
- 例外 org.xerial.snappy.
SnappyException
のコンストラクタ
SnappyException(SnappyErrorCode)
- 例外 org.xerial.snappy.
SnappyException
のコンストラクタ
SnappyException(SnappyErrorCode, Exception)
- 例外 org.xerial.snappy.
SnappyException
のコンストラクタ
SnappyException(SnappyErrorCode, String)
- 例外 org.xerial.snappy.
SnappyException
のコンストラクタ
SnappyInputStream
-
org.xerial.snappy
の クラス
A stream filter for reading data compressed by
SnappyOutputStream
.
SnappyInputStream(InputStream)
- クラス org.xerial.snappy.
SnappyInputStream
のコンストラクタ
SnappyNative
-
org.xerial.snappy
の クラス
Interface to access the native code of Snappy
SnappyNative()
- クラス org.xerial.snappy.
SnappyNative
のコンストラクタ
SnappyOutputStream
-
org.xerial.snappy
の クラス
This class implements a stream filter for writing compressed data using Snappy.
SnappyOutputStream(OutputStream)
- クラス org.xerial.snappy.
SnappyOutputStream
のコンストラクタ
SnappyOutputStream(OutputStream, int)
- クラス org.xerial.snappy.
SnappyOutputStream
のコンストラクタ
T
throw_error(int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
toString()
- クラス org.xerial.snappy.
SnappyCodec
のメソッド
translateArchNameToFolderName(String)
- クラス org.xerial.snappy.
OSInfo
の static メソッド
translateOSNameToFolderName(String)
- クラス org.xerial.snappy.
OSInfo
の static メソッド
U
uncompress(byte[])
- クラス org.xerial.snappy.
Snappy
の static メソッド
High-level API for uncompressing the input byte array.
uncompress(ByteBuffer, ByteBuffer)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Uncompress the content in the input buffer.
uncompress(byte[], int, int, byte[], int)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Uncompress the content in the input buffer.
uncompressed
- クラス org.xerial.snappy.
SnappyOutputStream
の変数
uncompressedLength(ByteBuffer)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Get the uncompressed byte size of the given compressed input.
uncompressedLength(byte[], int, int)
- クラス org.xerial.snappy.
Snappy
の static メソッド
Get the uncompressed byte size of the given compressed input.
uncompressedLength(ByteBuffer, int, int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
uncompressedLength(byte[], int, int)
- クラス org.xerial.snappy.
SnappyNative
の static メソッド
V
valueOf(String)
- 列挙 org.xerial.snappy.
SnappyErrorCode
の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values()
- 列挙 org.xerial.snappy.
SnappyErrorCode
の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
version
- クラス org.xerial.snappy.
SnappyCodec
の変数
W
write(byte[], int, int)
- クラス org.xerial.snappy.
SnappyOutputStream
のメソッド
write(int)
- クラス org.xerial.snappy.
SnappyOutputStream
のメソッド
writeHeader(OutputStream)
- クラス org.xerial.snappy.
SnappyCodec
のメソッド
writeHeader()
- クラス org.xerial.snappy.
SnappyOutputStream
のメソッド
writeInt(OutputStream, int)
- クラス org.xerial.snappy.
SnappyOutputStream
の static メソッド
C
D
E
F
G
H
I
L
M
N
O
R
S
T
U
V
W
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
Copyright © 2011. All Rights Reserved.