EntryWriter
Writes content to one scoped TAR entry.
Methods
write data
Writes raw string or binary bytes.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Str|Bin |
Bytes to write |
Returns: nil.
Operators
The sink protocol accepts Str and Bin values without adding separators.