Asar::File
Inherits JSON::Serializable < Reference < Object
A File contains the size, offset and executable flag stored inside the archive header.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
executable
Sourceexecutable=(executable : Bool | Nil)
Sourceoffset
Sourceoffset=(offset : String)
Sourcesize
Sourcesize=(size : Int32)
Source