ByteBufferReader class
Constructors
-
ByteBufferReader(StreamReader<
List< streamReader)int> > -
factory
Properties
Methods
-
destroy(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
readBytes(
{int length}) → FutureOr< List< int> > -
readOneByte(
) → FutureOr< int> -
readUntil(
{List< List< terminators, bool needRemoveTerminator = false, bool endTerminate = false}) → FutureOr<int> >List< int> > -
releaseStream(
) → Stream< List< int> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited