class

VirtualFs::InMemory

Inherits VirtualFs::Container / Reference / Object

Instance methods

add_file(path : String, data : Bytes, tags : Array(String) = [] of String) : Nil
Source
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