View Source argo_block_writer (argo v1.0.6)
Summary
Types
-type t() :: #argo_block_writer{block :: binary()}.
Functions
-spec write_string(BlockWriter, String, NullTerminatedStrings) -> BlockWriter when BlockWriter :: t(), String :: unicode:unicode_binary(), NullTerminatedStrings :: boolean().
-spec write_varint(BlockWriter, Varint) -> BlockWriter when BlockWriter :: t(), Varint :: argo_types:i64().