Bencodex

Writers

Interfaces, Classes, Traits and Enums

Writer
An interface to write a byte string (which can be quite long) in separated multiple chunks.
MemoryWriter
A writer that copies the given byte string into an in-memory buffer and allows to get the written byte string from the buffer.
StreamWriter
A writer that put the given byte string into a stream, which usually refers to a file.

Search results