class Id3::V2::Header
- Id3::V2::Header
- Reference
- Object
Defined in:
id3/v2/header.crConstant Summary
-
Log =
::Log.for(self) -
SIZE =
10
Constructors
Class Method Summary
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. - #end_pos
- #flags : Flags
-
#hash(hasher)
See
Object#hash(hasher) -
#pretty_print(pp : PrettyPrint)
Pretty prints
selfinto the given printer. - #tag_size : Int32
- #version : Version
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def pretty_print(pp : PrettyPrint)
#
Description copied from class Object
Pretty prints self into the given printer.
By default appends a text that is the result of invoking
#inspect on self. Subclasses should override
for custom pretty printing.