EntryWriter
Content sink for one scoped TAR entry.
Subtype of Sink. Putting a Str or
Bin value appends its bytes without adding separators.
Example
Inherits from: Sink[Str | Bin]
Methods
write data
Writes raw string or binary bytes.
Parameters
| Name | Type | Description |
|---|---|---|
data |
(Str | Bin) |
Bytes to write. |