Neo4j::PackStream::Unpacker
Constructors
new(string_or_io)
SourceInstance methods
check(token_type)
Sourcenext_token(*args, **options)
Sourcenext_token(*args, **options, &)
Sourceprefetch_token(*args, **options)
Sourceprefetch_token(*args, **options, &)
Sourceread
Sourceread_array(fetch_next_token = true) : List
Sourceread_bool
Sourceread_float
Sourceread_hash(fetch_next_token = true) : Map
Sourceread_int
Sourceread_nil
Sourceread_numeric
Sourceread_string
Sourceread_structure(fetch_next_token = true)
Sourceread_structure(fetch_next_token = true, &)
Sourceread_value
Sourcetoken(*args, **options)
Sourcetoken(*args, **options, &)
Source