class Asar::File

Overview

A File contains the size, offset and executable flag stored inside the archive header.

Included Modules

Defined in:

asar-cr/header.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def executable : Bool | Nil #

[View source]
def executable=(executable : Bool | Nil) #

[View source]
def offset : String #

[View source]
def offset=(offset : String) #

[View source]
def size : Int32 #

[View source]
def size=(size : Int32) #

[View source]