RandomAccessJsonFile class abstract

Constructors

RandomAccessJsonFile.new(RandomAccessFile file)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeSync() → void
lengthSync() int
Returns the length of the file.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peekSync() JsonNode?
Peeks at the next node in the file.
positionSync() int
Returns the position of the current node in the file.
readSync() JsonNode?
Reads the next node from the file.
setPositionSync(int position) → void
Sets the position in the file.
skipSync() → void
Skips the current node and all its children.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited