Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class packstream.v1.Unpacker
import { packstream } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/index.js";
const { Unpacker } = packstream.v1;

Class to unpack

Constructors

new
Unpacker(disableLosslessIntegers?, useBigInt?)

Methods

_unpackByteArray(marker, buffer)
_unpackInteger(marker, buffer)
_unpackList(
marker,
markerHigh,
markerLow,
buffer,
)
_unpackListWithSize(size, buffer)
_unpackMap(
marker,
markerHigh,
markerLow,
buffer,
)
_unpackMapWithSize(size, buffer)
_unpackNode(structSize, buffer)
_unpackNumberOrInteger(marker, buffer)
_unpackPath(structSize, buffer)
_unpackRelationship(structSize, buffer)
_unpackString(
marker,
markerHigh,
markerLow,
buffer,
)
_unpackStruct(
marker,
markerHigh,
markerLow,
buffer,
)
_unpackStructWithSize(structSize, buffer)
_unpackUnboundRelationship(structSize, buffer)
_unpackUnknownStruct(
signature,
structSize,
buffer,
)
_verifyStructSize(
structName,
expectedSize,
actualSize,
)
unpack(buffer)