OutputStream class

Interface for output streams used to create a sequence of bytes from Slice types.

Constructors

OutputStream()

Properties

hashCode int
The hash code for this object.
no setterinherited
lengthInBytes int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

commit(int size) ByteData
Enhance memory, return added part.
inherited
finished() Uint8List
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeBlob(Uint8List v) → void
inherited
writeBool(bool v) → void
Use Int16List.bytesPerElement better?
inherited
writeBoolList(List<bool> v) → void
inherited
writeByte(int v) → void
inherited
writeByteList(Int8List v) → void
inherited
writeContext(Map<String, String> context) → void
writeDouble(double v) → void
inherited
writeDoubleList(List<double> v) → void
inherited
writeEncapsulation(Encapsulation encap) → void
writeEncoding(EncodingVersion encodingVersion) → void
writeFlag(SliceFlag flag) → void
writeFloat(double v) → void
inherited
writeFloatList(List<double> v) → void
inherited
writeHeader(Header header) → void
writeIdentity(Identity indentity) → void
writeInt(int v) → void
inherited
writeIntList(Int32List v) → void
inherited
writeLong(int v) → void
inherited
writeLongList(Int64List v) → void
inherited
writeMessageType(MessageType messageType) → void
writeProtocol(ProtocolVersion protocolVersion) → void
writeShort(int v) → void
inherited
writeShortList(Int16List v) → void
inherited
writeSize(int v) → void
Writes a size value. v A non-negative integer.
inherited
writeString(String v) → void
inherited
writeStringList(List<String> v) → void
inherited

Operators

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