Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait SliceableByteChannel extends SeekableByteChannel

    IO abstraction used by this library.

    IO abstraction used by this library. This extends the SeekableByteChannel with the ability to return a view of a slice of the channel. Additionally, this trait offers some convenience methods for reading byte arrays and other types.

  2. class ThriftMarshaller[T <: ThriftStruct] extends AnyRef

    A class packing the logic to serialize and deserialize thrift structures of a given type to/from raw byte arrays or base64 strings.

    A class packing the logic to serialize and deserialize thrift structures of a given type to/from raw byte arrays or base64 strings.

    This class is THREAD SAFE: a new memory buffer is allocated for each function call.

Value Members

  1. object SliceableByteChannel
  2. object ThriftMarshaller

Ungrouped