struct Asar::Header

Overview

Header contains the asar archive header data and length.

Defined in:

asar-cr/header.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Archive, length : Int32) #

[View source]

Instance Method Detail

def data : Archive #

Archive that contains File and Directory information.


[View source]
def length : Int32 #

Header length needed for offset calculation.


[View source]