class

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

executable
Source
executable=(executable : Bool | Nil)
Source
offset
Source
offset=(offset : String)
Source
size
Source
size=(size : Int32)
Source