EncoderState

scalus.flat.`package`.EncoderState
class EncoderState(bufferSize: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def bits(numBits: Int, value: Byte): Unit
def filler(): Unit
def nextWord(): Unit
def result: Array[Byte]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val buffer: Array[Byte]
var currentByte: Int
var nextPtr: Int
var usedBits: Int