BaseDataReader class
- Implementers
Constructors
- BaseDataReader(ByteBufferReader _reader)
Properties
Methods
-
destroy(
) → void - Destroy reader
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
readBytes(
{int length}) → FutureOr< List< int> > - Read bytes from byte buffer reader
-
readOneByte(
) → FutureOr< int> - Read one byte from byte buffer reader
-
readUntil(
{List< List< terminators, bool needRemoveTerminator = false, bool endTerminate = false}) → FutureOr<int> >List< int> > - Read until terminators match
-
releaseStream(
) → Stream< List< int> > - Release byte buffer reader stream
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited