MessageConversionSink class

Inheritance

Constructors

MessageConversionSink(Sink<Message> _outSink, {bool checkCrc = true})

Properties

bytesCount int
getter/setter pair
checkCrc bool
final
chunkCount int
getter/setter pair
crc int
getter/setter pair
definitionMessageMap Map<int, DefinitionMessage>
final
developerFieldsById Map<int, Map<int, DeveloperField>>
final
fileCrc int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
headerBuilder BytesBuilder
final
headerSize int
getter/setter pair
partialBytes Uint8List
getter/setter pair
recordIndex int
getter/setter pair
recordsBytesRemainingCount int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(List<int> chunk) → void
Adds chunked data to this sink.
override
addSlice(List<int> chunk, int start, int end, bool isLast) → void
Adds the next chunk to this.
override
close() → void
Closes the sink.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited