EBACodecFixed

izumi.sick.eba.writer.codecs.EBACodecs.EBACodecFixed
abstract class EBACodecFixed[T] extends EBAEncoder[T]

Attributes

Graph
Supertypes
class EBAEncoder[T]
class Object
trait Matchable
class Any
Known subtypes
object ByteCodec
object CharCodec
object DoubleCodec
object FloatCodec
object IntCodec
object LongCodec
object RefCodec
object RefKindCodec
object RootCodec
object ShortCodec
Show all

Members list

Value members

Abstract methods

def blobSize: Int
def decode(it: DataInput): T

Inherited and Abstract methods

def encode(value: T): ByteString

Attributes

Inherited from:
EBAEncoder