import { BaseBuffer } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/buf/index.js";
Common base with default implementation for most buffer methods. Buffers are stateful - they track a current "position", this helps greatly when reading and writing from them incrementally. You can also ignore the stateful read/write methods. readXXX and writeXXX-methods move the inner position of the buffer. putXXX and getXXX-methods do not.
Methods
Get a slice of this buffer. This method does not copy any data, but simply provides a slice view of this buffer
Has remaining
Read from state position.
Read from state position.
Read from state position.
Read from state position.
Read from state position.
Get a slice of this buffer. This method does not copy any data, but simply provides a slice view of this buffer
Read from state position.
Read from state position.
Read from state position.
Get remaining
Reset position state
Get string representation of buffer.
Get string representation of buffer and it's state.
Write to state position.
Write to state position.
Write to state position.
Write to state position.
Write to state position.
Write to state position.
Write to state position.
Write to state position.