object CompressionMethod extends ByteEnum[CompressionMethod] with Product with Serializable
- Grouped
- Alphabetic
- By Inheritance
- CompressionMethod
- Serializable
- Serializable
- Product
- Equals
- ByteEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(v: Byte): CompressionMethod
Converts a byte value to a compression method.
Converts a byte value to a compression method.
- returns
The compression method represented by this value.
- Exceptions thrown
SilkDataFormatExceptionif the byte represents no known compression method.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final macro
def
findValues: IndexedSeq[CompressionMethod]
- Attributes
- protected
- Definition Classes
- ByteEnum
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
values: IndexedSeq[CompressionMethod]
Collection of all known valid compression methods.
Collection of all known valid compression methods.
- Definition Classes
- CompressionMethod → ValueEnum
-
final
lazy val
valuesToEntriesMap: Map[Byte, CompressionMethod]
- Definition Classes
- ValueEnum
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withValue(i: Byte): CompressionMethod
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
-
def
withValueEither(i: Byte): Either[NoSuchMember[Byte, ValueEnumEntry[Byte]], CompressionMethod]
- Definition Classes
- ValueEnum
-
def
withValueOpt(i: Byte): Option[CompressionMethod]
- Definition Classes
- ValueEnum
-
object
LZO1X extends CompressionMethod with Product with Serializable
SiLK compression method for lzo compression.
-
object
NONE extends CompressionMethod with Product with Serializable
SiLK compression method for no compression.
-
object
SNAPPY extends CompressionMethod with Product with Serializable
SiLK compression method for snappy compression.
-
object
ZLIB extends CompressionMethod with Product with Serializable
SiLK compression method for zlib compression.