class

Asar::Parser

Inherits Reference < Object

Is responsible for reading and parsing the archive header.

Class methods

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.

Source