module

VirtualFs::Container

Backing store interface. Implementations provide entry index and random-access reads: directory, zip, tar, vpak.

Instance methods

close
Source
delete(path : String) : Bool
Source
index
Source
mkdir(path : String) : Nil
Source
read_slice(entry : Index::Entry, offset : Int64, length : Int32 | Nil) : Bytes
Source
writable?
Source
write(path : String, data : Bytes) : Bool
Source