Function writeRawBytes

  • Writes a sequence of bytes, as unsigned integers, directly to the writer, without a prefixing with the length of the bytes that writer.bytes() does.

    Parameters

    • value: Uint8Array
    • writer: HackedWriter

    Returns void

Generated using TypeDoc