Package | Description |
---|---|
org.xerial.snappy |
Snappy API for compressing/decompressing data.
|
Modifier and Type | Field and Description |
---|---|
SnappyErrorCode |
SnappyError.errorCode |
SnappyErrorCode |
SnappyException.errorCode
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SnappyErrorCode |
SnappyException.getErrorCode()
Deprecated.
|
SnappyErrorCode |
SnappyIOException.getErrorCode() |
static SnappyErrorCode |
SnappyErrorCode.getErrorCode(int id) |
static SnappyErrorCode |
SnappyErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnappyErrorCode[] |
SnappyErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SnappyError(SnappyErrorCode code) |
SnappyError(SnappyErrorCode code,
Error e) |
SnappyError(SnappyErrorCode code,
String message) |
SnappyException(SnappyErrorCode errorCode)
Deprecated.
|
SnappyException(SnappyErrorCode errorCode,
Exception e)
Deprecated.
|
SnappyException(SnappyErrorCode errorCode,
String message)
Deprecated.
|
SnappyIOException(SnappyErrorCode errorCode,
String message) |
Copyright © 2011–2024 xerial.org. All rights reserved.