class Asar::Parser

Overview

Is responsible for reading and parsing the archive header.

Defined in:

asar-cr/parser.cr

Class Method Summary

Class Method Detail

def self.parse(io : IO::FileDescriptor) : Header #

Expects a readable IO::FileDescriptor to read the archive header from.

Returns a new Header populated with the archives header.


[View source]