Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2026 Changes in this version + var BlobMarker [8]byte = [8]byte + func ReadBlobHeader(r io.Reader) (id, size uint32, err error) + func ReadBlobHeaderExcludingMarker(r io.Reader) (id, size uint32, err error) + func WriteBlobHeader(w io.Writer, id, size uint32) error + type Writer struct + func NewWriter(textw, binaryw io.Writer) *Writer + func (w *Writer) Close() (err error) + func (w *Writer) Write(p []byte) (n int, err error)