VirtualFs::PakFormat::PakEntry
Constructors
new(path : String, data : Bytes | Nil = nil, source_path : String | Nil = nil, flags : EntryFlags = EntryFlags::None, codec : Symbol = :none, tags : Array(String) = [] of String, mime : String | Nil = nil, version : String | Nil = nil, attrs : Hash(String, String) = {} of String => String, timestamps : Timestamps = Timestamps.new, cipher : String = "none", mode : UInt32 = 0_u32)
SourceInstance methods
attrs
cipher
clone
Sourcecodec
copy_with(path _path = @path, data _data = @data, source_path _source_path = @source_path, flags _flags = @flags, codec _codec = @codec, tags _tags = @tags, mime _mime = @mime, version _version = @version, attrs _attrs = @attrs, timestamps _timestamps = @timestamps, cipher _cipher = @cipher, mode _mode = @mode)
Sourcedata
flags
mime
mode
path
source_path
tags
timestamps
version