struct Neo4j::PackStream::Unpacker

Defined in:

neo4j/pack_stream/unpacker.cr

Constant Summary

STRUCTURE_TYPES = {node: 78, relationship: 82, path: 80, unbound_relationship: 114, success: 112, failure: 127, ignored: 126, record: 113}

Constructors

Instance Method Summary

Constructor Detail

def self.new(string_or_io) #

[View source]

Instance Method Detail

def prefetch_token(*args, **options) #

[View source]
def prefetch_token(*args, **options, &) #

[View source]
def read #

[View source]
def read_array(fetch_next_token = true) #

[View source]
def read_binary #

[View source]
def read_bool #

[View source]
def read_float #

[View source]
def read_hash(fetch_next_token = true) #

[View source]
def read_int #

[View source]
def read_nil #

[View source]
def read_numeric #

[View source]
def read_string #

[View source]
def read_structure(fetch_next_token = true) #

[View source]
def read_structure(fetch_next_token = true, &) #

[View source]
def read_uint #

[View source]
def read_value : Type #

[View source]