ChunkedParsingSink class
Constructors
Properties
- bufferLoad ↔ int
-
getter/setter pair
- data ↔ String
-
getter/setter pair
- end ↔ int
-
getter/setter pair
- handle ↔ void Function()?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isClosed → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sleep ↔ bool
-
getter/setter pair
- start ↔ int
-
getter/setter pair
Methods
-
add(
String data) → void -
Adds
data
to the sink.override -
beginBuffering(
) → int -
close(
) → void -
Closes the sink.
override
-
cut(
int position) → void -
endBuffering(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited