import * as mod from "https://deno.land/std@0.38.0/encoding/binary.ts";
Functions
Reads | |
Encode an integer | |
Encode a number | |
Reads an integer from | |
Reads a number from | |
Returns the number of bytes required to store the given data-type. | |
Decode an integer from | |
Decode a number from | |
Writes an integer | |
Writes a number |
Interfaces
Options for working with the | |
Options for working with the |
Type Aliases
How encoded binary data is ordered. |