package utils
- Alphabetic
- Public
- All
Type Members
- 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.
- 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
- object SliceableByteChannel
- object ThriftMarshaller