Parser class

Implementers

Constructors

Parser()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(LazyStream s) Future
parseArray(LazyStream s) Future<List>
parseBulk(LazyStream s) Future
parseError(LazyStream s) Future<RedisError>
parseInt(LazyStream s) Future<int>
parseredisresponse(LazyStream s) Future
parseSimpleString(LazyStream s) Future<String>
read_simple(LazyStream s) Future
takeCRLF(LazyStream s, dynamic r) Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

UTF8 Utf8Codec
final

Constants

CR → const int
LF → const int
TYPE_ARRAY → const int
TYPE_BULK → const int
TYPE_ERROR → const int
TYPE_INT → const int
TYPE_SS → const int