Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
asar-cr
v1.2.0
Asar
Directory
Extract
File
Header
Link
Pack
HeaderData
Parser
Built with Crystal 1.9.2
2023-10-08 13:26:25 UTC
class
Asar::Link
Asar::Link
Reference
Object
Overview
A
Link
contains the link flag stored inside the archive header.
Included Modules
JSON::Serializable
Defined in:
asar-cr/header.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#link
: String
#link=
(link : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
link
: String
#
[
View source
]
def
link=
(link : String)
#
[
View source
]