BlobWriteStream class
Wrapper around libgit2 git_writestream used for streamed blob creation.
- Annotations
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
-
free(
) → void - Manually free the underlying stream if it wasn't committed.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
Uint8List data) → void -
Write raw
datainto the stream. -
writeString(
String text) → void -
Write UTF-8
textinto the stream.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited