com.scalableminds.smaz

SmazWithCustomCodeBook

trait SmazWithCustomCodeBook extends Smaz

Linear Supertypes
Smaz, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SmazWithCustomCodeBook
  2. Smaz
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def CODEBOOK: CodeBook

  2. abstract def REVERSE_CODEBOOK: CodeBook

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compress(inString: String): Array[Byte]

  7. def compress(inString: String, codeBook: CodeBook): Array[Byte]

    Definition Classes
    Smaz
  8. def compressImpl(inString: String, codeBook: CodeBook, accessLog: Option[Array[Int]]): Array[Byte]

    Compress the passed string and return a byte array containing the compressed data.

    Compress the passed string and return a byte array containing the compressed data.

    inString

    string to compress

    returns

    byte array compressed byte array

    Attributes
    protected
    Definition Classes
    Smaz
  9. def compressWithStats(inString: String, accessLog: Array[Int]): Array[Byte]

  10. def compressWithStats(inString: String, codeBook: CodeBook, accessLog: Array[Int]): Array[Byte]

    Definition Classes
    Smaz
  11. def decompress(strBytes: Array[Byte]): String

  12. def decompress(strBytes: Array[Byte], offset: Int, length: Int): String

  13. def decompress(strBytes: Array[Byte], offset: Int, length: Int, reverseCodeBook: CodeBook): String

    Decompress byte array from compress back into String

    Decompress byte array from compress back into String

    strBytes

    byte that should be decompressed

    returns

    decompressed String

    Definition Classes
    Smaz
    See also

    Smaz#compress(String)

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val logger: Logger

    Definition Classes
    Smaz
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Smaz

Inherited from AnyRef

Inherited from Any

Ungrouped