class
Tiff::DirectoryEntry
- Tiff::DirectoryEntry
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
directory_entry.crConstructors
- .new(tag : UInt16, type : UInt16, count : UInt32, offset : UInt32)
- .new(pull : JSON::PullParser)
- .new(data : Bytes)
Instance Method Summary
- #count : UInt32
- #offset : UInt32
- #offset=(offset : UInt32)
- #tag : UInt16
- #to_data : Array(UInt8)
- #type : UInt16