struct Neo4j::PackStream::Unpacker

Defined in:

neo4j/pack_stream/unpacker.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

def self.new(string_or_io) #

[View source]

Instance Method Detail

def check(token_type) #

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

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

[View source]
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) : List #

[View source]
def read_bool #

[View source]
def read_float #

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

[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_value #

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

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

[View source]