struct Crystar::SparseEntry

Overview

SparseEntry represents a Length-sized fragment at Offset in the file

Defined in:

tar/header.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(offset : Int64, length : Int64) #

[View source]

Class Method Detail

def self.empty #

[View source]

Instance Method Detail

def ==(other : self) #

def clone #

[View source]
def copy_with(offset _offset = @offset, length _length = @length) #

[View source]
def end_of_offset #

[View source]
def hash(hasher) #

def length : Int64 #

[View source]
def length=(length) #

[View source]
def offset : Int64 #

[View source]
def offset=(offset) #

[View source]