class Asar::File
- Asar::File
- Reference
- Object
Overview
A File
contains the size, offset and executable flag stored inside the archive header.
Included Modules
- JSON::Serializable
Defined in:
asar-cr/header.crConstructors
Instance Method Summary
- #executable : Bool | Nil
- #executable=(executable : Bool | Nil)
- #offset : String
- #offset=(offset : String)
- #size : Int32
- #size=(size : Int32)