LockableBytesBuilder class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
isEmpty
→ bool
-
Whether the buffer is empty.
read-only, inherited
-
isNotEmpty
→ bool
-
Whether the buffer is non-empty.
read-only, inherited
-
length
→ int
-
The number of bytes in this builder.
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
add(List<int> bytes)
→ void
-
Appends
bytes
to the current contents of this builder. [...]
inherited
-
addByte(int byte)
→ void
-
Appends
byte
to the current contents of this builder. [...]
inherited
-
clear()
→ void
-
Clears the contents of this builder. [...]
inherited
-
lock()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
takeBytes()
→ Uint8List
-
Returns the bytes currently contained in this builder and clears it. [...]
inherited
-
toBytes()
→ Uint8List
-
Returns a copy of the current byte contents of this builder. [...]
inherited
-
toString()
→ String
-
A string representation of this object. [...]
inherited