struct Neo4j::PackStream::Unpacker
Defined in:
neo4j/pack_stream/unpacker.cr
Constructors
Instance Method Summary
-
#check(token_type)
-
#next_token(*args, **options)
-
#next_token(*args, **options, &)
-
#prefetch_token(*args, **options)
-
#prefetch_token(*args, **options, &)
-
#read
-
#read_array(fetch_next_token = true) : List
-
#read_bool
-
#read_float
-
#read_hash(fetch_next_token = true) : Map
-
#read_int
-
#read_nil
-
#read_numeric
-
#read_string
-
#read_structure(fetch_next_token = true)
-
#read_structure(fetch_next_token = true, &)
-
#read_value
-
#token(*args, **options)
-
#token(*args, **options, &)
Constructor Detail
def self.
new(string_or_io)
#
Instance Method Detail
def
next_token(*args, **options)
#
def
next_token(*args, **options, &)
#
def
prefetch_token(*args, **options)
#
def
prefetch_token(*args, **options, &)
#
def
read_array(fetch_next_token =
true) :
List
#
def
read_hash(fetch_next_token =
true) :
Map
#
def
read_structure(fetch_next_token =
true)
#
def
read_structure(fetch_next_token =
true, &)
#
def
token(*args, **options)
#
def
token(*args, **options, &)
#