class Archive::Entry

Defined in:

archive.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename : String, size : UInt64, info : Crystal::System::FileInfo) #

[View source]

Instance Method Detail

def file : File | Nil #

[View source]
def file=(file : File | Nil) #

[View source]
def filename : String #

[View source]
def info : Crystal::System::FileInfo #

[View source]
def read #

[View source]
def size : LibC::SizeT #

[View source]