Package com.dusbabek.lib.id3

Class Summary
ByteUtils Utilities for converting long to bytes and vice versa.
Frame Frames are enclosed in tags.
FrameType  
FsScanner Debugging class used to scan a directory and evaulate id3 tags.
Id3 One-stop shopping for editing a tag in a file.
Reader Utilitty class for reading an Id3 tag in from an input stream.
Tag Represents an Id3 tag.
TagViewer  
TextFrame Frame used for storing text values.
 

Exception Summary
CorruptTagException Thrown when a corrupt tag is encountered (header was ok).
InvalidVersionException Thrown when an invalid Id3 version is detected in an id3 tag header.
NotATagException Thrown when an Id3 tag is expected but not found (does not start with 'ID3').