class BakedFileSystem::BakedFile

Defined in:

baked_file_system.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : Nil | String, mime_type : Nil | String, size : Int32 | Nil, encoded : Nil | String) #

[View source]

Instance Method Detail

def encoded : String #

[View source]
def encoded? : String | Nil #

[View source]
def mime_type : String #

[View source]
def mime_type? : String | Nil #

[View source]
def name : String #

[View source]
def name? : String | Nil #

[View source]
def path : String #

[View source]
def path? : String | Nil #

[View source]
def read #

[View source]
def size : Int32 #

[View source]
def size? : Int32 | Nil #

[View source]
def to_slice #

[View source]