class

BakedFileSystem::Loader::Stats

Inherits Reference < Object

Constants

DEFAULT_MAX_SIZE = 52428800_i64
DEFAULT_WARN_THRESHOLD = 10485760_i64
LARGE_FILE_WARN_THRESHOLD = 1048576_i64

Constructors

new

Instance methods

add_file(path : String, uncompressed_size : Int64, compressed_size : Int64)
compression_ratio
file_count
file_count=(file_count : Int32)
large_files
large_files=(large_files : Array(Tuple(String, Int64, Int64)))
report_to(io : IO, max_size_override : Int64 | Nil = nil)
total_compressed
total_compressed=(total_compressed : Int64)
total_uncompressed
total_uncompressed=(total_uncompressed : Int64)

Nested types