Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/encoding/binary.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
Deprecated

(will be removed after 0.205.0) Use ReadableStream and WritableStream instead of Reader and Writer.

Functions for encoding binary data in array buffers.

import * as mod from "https://deno.land/std@0.201.0/encoding/binary.ts";

Functions

f
getNBytes
deprecated
f
putVarbig
deprecated
f
putVarnum
deprecated
f
readExact
deprecated
f
readVarbig
deprecated
f
readVarnum
deprecated
f
sizeof
deprecated
f
varbig
deprecated
f
varbigBytes
deprecated
f
varnum
deprecated
f
varnumBytes
deprecated
f
writeVarbig
deprecated
f
writeVarnum
deprecated

Type Aliases

T
DataType
deprecated
T
Endianness
deprecated