com.twitter

util

package util

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

Type Members

  1. trait Base64StringEncoder extends StringEncoder

  2. trait GZIPStringEncoder extends StringEncoder

    A collection of utilities for encoding strings and byte arrays to and decoding from strings compressed from with gzip.

    A collection of utilities for encoding strings and byte arrays to and decoding from strings compressed from with gzip.

    This trait is thread-safe because there are no streams shared outside of method scope, and therefore no contention for shared byte arrays.

    The encoding for strings is UTF-8.

    gzipping inherently includes base64 encoding (the GZIP utilities from java will complain otherwise!)

  3. trait StringEncoder extends AnyRef

Value Members

  1. object Base64StringEncoder extends Base64StringEncoder

  2. object GZIPStringEncoder extends GZIPStringEncoder

  3. val StorageUnitConversions: storage.type

  4. object StringEncoder extends StringEncoder

  5. val TimeConversions: time.type

Inherited from AnyRef

Inherited from Any

Ungrouped