class Tiff::DirectoryEntry

Included Modules

Defined in:

directory_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : UInt16, type : UInt16, count : UInt32, offset : UInt32) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(data : Bytes) #

[View source]

Instance Method Detail

def count : UInt32 #

[View source]
def offset : UInt32 #

[View source]
def offset=(offset : UInt32) #

[View source]
def tag : UInt16 #

[View source]
def to_data : Array(UInt8) #

[View source]
def type : UInt16 #

[View source]