A C D E F G H I L M N O P R S T U V W Y

A

album - Variable in class ie.tomallen.utils.OggInfo
'Album' field, from which the song was taken.
album - Variable in class ie.tomallen.utils.WmaInfo
'Album' field, from which the song was taken.
album - Variable in class ie.tomallen.utils.MusicInfo
'Album' field, from which the song was taken.
album - Variable in class ie.tomallen.utils.Mp3Id
'Album' field, from which the song was taken.
artist - Variable in class ie.tomallen.utils.OggInfo
'Song Artist' field got from ID3 tag.
artist - Variable in class ie.tomallen.utils.WmaInfo
'Song Artist' field got from ID3 tag.
artist - Variable in class ie.tomallen.utils.MusicInfo
'Song Artist' field got from ID3 tag.
artist - Variable in class ie.tomallen.utils.Mp3Id
'Song Artist' field got from ID3 tag.

C

changeDirectory(String) - Method in class ie.tomallen.utils.ReplaceStrings
changeDirectory.
comment - Variable in class ie.tomallen.utils.OggInfo
'Comment' field come MP3 ID.
comment - Variable in class ie.tomallen.utils.WmaInfo
'Comment' field come MP3 ID.
comment - Variable in class ie.tomallen.utils.MusicInfo
'Comment' field come MP3 ID.
comment - Variable in class ie.tomallen.utils.Mp3Id
'Comment' field come MP3 ID.
compareLogs(String, String) - Static method in class ie.tomallen.utils.Utils
compareLogs, returns a comparsion between the two string inputed.
country - Variable in class ie.tomallen.utils.OggInfo
'Country' field.
country - Variable in class ie.tomallen.utils.WmaInfo
'Country' field.
country - Variable in class ie.tomallen.utils.MusicInfo
'Country' field.
country - Variable in class ie.tomallen.utils.Mp3Id
'Country' field.

D

Diff - class ie.tomallen.utils.Diff.
Diff replicates the GNU diff command.
diff_2() - Method in class ie.tomallen.utils.Diff
Report the differences of two files.
Diff.change - class ie.tomallen.utils.Diff.change.
The result of comparison is an "edit script": a chain of change objects.
Diff(Object[], Object[]) - Constructor for class ie.tomallen.utils.Diff
Diff, the object constructor.
Diff(String, String) - Constructor for class ie.tomallen.utils.Diff
Diff, String constructor.
DirectoryHandler - class ie.tomallen.utils.DirectoryHandler.
Implements a DirectoryHandler object, for filtering,searching directory trees.
DirectoryHandler() - Constructor for class ie.tomallen.utils.DirectoryHandler
Constructor, just allocated storage use methods to activate.
DirectoryHandler(String, boolean) - Constructor for class ie.tomallen.utils.DirectoryHandler
Constructor.
directorySearch(File) - Method in class ie.tomallen.utils.DirectoryHandler
 
dirname - Variable in class ie.tomallen.utils.DirectoryHandler
Directory name.

E

executecmd(String) - Static method in class ie.tomallen.utils.Utils
executecmd, this method executed the cmd string and waits for the response and returns any response from the process stream.

F

FileHandler - class ie.tomallen.utils.FileHandler.
Implements a FileHandler object, to read and write files.
FileHandler(File) - Constructor for class ie.tomallen.utils.FileHandler
Constructor.
FileHandler(String) - Constructor for class ie.tomallen.utils.FileHandler
Constructor.
filename - Variable in class ie.tomallen.utils.FileHandler
filename of file handled by this object.
filesize - Variable in class ie.tomallen.utils.OggInfo
Filesize.
filesize - Variable in class ie.tomallen.utils.WmaInfo
Filesize.
filesize - Variable in class ie.tomallen.utils.MusicInfo
Filesize.
filesize - Variable in class ie.tomallen.utils.Mp3Id
Filesize.

G

getAlbum() - Method in class ie.tomallen.utils.OggInfo
getAlbum.
getAlbum() - Method in class ie.tomallen.utils.WmaInfo
getAlbum.
getAlbum() - Method in class ie.tomallen.utils.MusicInfo
getAlbum.
getAlbum() - Method in class ie.tomallen.utils.Mp3Id
getAlbum.
getArray(String, String) - Static method in class ie.tomallen.utils.Utils
getArray, static method.
getArtist() - Method in class ie.tomallen.utils.OggInfo
getArtist.
getArtist() - Method in class ie.tomallen.utils.WmaInfo
getArtist.
getArtist() - Method in class ie.tomallen.utils.MusicInfo
getArtist.
getArtist() - Method in class ie.tomallen.utils.Mp3Id
getArtist.
getComment() - Method in class ie.tomallen.utils.OggInfo
getComment.
getComment() - Method in class ie.tomallen.utils.WmaInfo
getComment.
getComment() - Method in class ie.tomallen.utils.MusicInfo
getComment.
getComment() - Method in class ie.tomallen.utils.Mp3Id
getComment.
getCountry() - Method in class ie.tomallen.utils.OggInfo
getCountry.
getCountry() - Method in class ie.tomallen.utils.WmaInfo
getCountry.
getCountry() - Method in class ie.tomallen.utils.MusicInfo
getCountry.
getCountry() - Method in class ie.tomallen.utils.Mp3Id
getCountry.
getFileSize() - Method in class ie.tomallen.utils.OggInfo
getFileSize.
getFileSize() - Method in class ie.tomallen.utils.WmaInfo
getFileSize.
getFileSize() - Method in class ie.tomallen.utils.MusicInfo
getFileSize.
getFileSize() - Method in class ie.tomallen.utils.Mp3Id
getFileSize.
getInputString() - Static method in class ie.tomallen.utils.Utils
getInputString, read a line of keyboard input.
getInstance(FileHandler) - Static method in class ie.tomallen.utils.MusicInfo
Constructor.
getTitle() - Method in class ie.tomallen.utils.OggInfo
getTitle.
getTitle() - Method in class ie.tomallen.utils.WmaInfo
getTitle.
getTitle() - Method in class ie.tomallen.utils.MusicInfo
getTitle.
getTitle() - Method in class ie.tomallen.utils.Mp3Id
getTitle.
getVersion() - Method in class ie.tomallen.utils.OggInfo
getVersion.
getVersion() - Method in class ie.tomallen.utils.WmaInfo
getVersion.
getVersion() - Method in class ie.tomallen.utils.MusicInfo
getVersion.
getVersion() - Method in class ie.tomallen.utils.Mp3Id
getVersion.
getYear() - Method in class ie.tomallen.utils.OggInfo
getYear.
getYear() - Method in class ie.tomallen.utils.WmaInfo
getYear.
getYear() - Method in class ie.tomallen.utils.MusicInfo
getYear.
getYear() - Method in class ie.tomallen.utils.Mp3Id
getYear.

H

heuristic - Variable in class ie.tomallen.utils.Diff
When set to true, the comparison uses a heuristic to speed it up.

I

id - Static variable in class ie.tomallen.utils.MusicInfo
 
ie.tomallen.utils - package ie.tomallen.utils
 
ignore - Variable in class ie.tomallen.utils.Diff
Set to ignore certain kinds of lines when printing an edit script.
isDateLater(String, String) - Static method in class ie.tomallen.utils.Utils
isDateLater, Is date1 later than date2?.
isTimeLater(String, String) - Static method in class ie.tomallen.utils.Utils
isTimeLater, Is time1 later than time2?.
isValid() - Method in class ie.tomallen.utils.OggInfo
isValid.
isValid() - Method in class ie.tomallen.utils.DirectoryHandler
isValid, if the class holds a File object with that is a valid directory.
isValid() - Method in class ie.tomallen.utils.WmaInfo
isValid.
isValid() - Method in class ie.tomallen.utils.FileHandler
read.
isValid() - Method in class ie.tomallen.utils.MusicInfo
isValid.
isValid() - Method in class ie.tomallen.utils.Mp3Id
isValid.

L

length - Variable in class ie.tomallen.utils.FileHandler
number of bytes in file.

M

Mp3Id - class ie.tomallen.utils.Mp3Id.
Implements a Mp3Id object, MP3 file ID infomation reader.
Mp3Id(FileHandler) - Constructor for class ie.tomallen.utils.Mp3Id
Constructor.
MusicInfo - class ie.tomallen.utils.MusicInfo.
Abstract class describing how an MML-executor should work.
MusicInfo() - Constructor for class ie.tomallen.utils.MusicInfo
 

N

no_discards - Variable in class ie.tomallen.utils.Diff
When set to true, the algorithm returns a guarranteed minimal set of changes.

O

OggInfo - class ie.tomallen.utils.OggInfo.
Implements a OggInfo object, Ogg Vorbis I format file information extractor.
OggInfo(FileHandler) - Constructor for class ie.tomallen.utils.OggInfo
Constructor, Ogg Vorbis extractor using fp filepointer opens files and setups the public class variables.

P

print_script(Diff.change) - Method in class ie.tomallen.utils.Diff
print_script, Implementation Divide SCRIPT into pieces by calling HUNKFUN and print each piece with PRINTFUN.
printId() - Method in class ie.tomallen.utils.MusicInfo
printInfo, this method will over-ridden by subclass.
printId() - Method in class ie.tomallen.utils.Mp3Id
printInfo.
printInfo() - Method in class ie.tomallen.utils.WmaInfo
printInfo.

R

read(long, long) - Method in class ie.tomallen.utils.FileHandler
read.
readFile() - Method in class ie.tomallen.utils.FileHandler
readFile, reads a entire file and returns a string.
RemoveNullsAndHeader(String, Vector) - Static method in class ie.tomallen.utils.Utils
RemoveNullsAndHeader, static method.
RemoveValuesAfterStr(Vector, String) - Static method in class ie.tomallen.utils.Utils
RemoveValuesAfterStr, and keeps any "null" values up to that point.
replaceFile(File) - Method in class ie.tomallen.utils.ReplaceStrings
replaceFile.
ReplaceStrings - class ie.tomallen.utils.ReplaceStrings.
Implements a replaceString object, for binary and ASCII files.
ReplaceStrings(Vector, Vector) - Constructor for class ie.tomallen.utils.ReplaceStrings
Constructor, Sets main variables for ReplaceString Class.
ReplaceStrings(Vector, Vector, String, boolean) - Constructor for class ie.tomallen.utils.ReplaceStrings
Constructor, Sets all variables for ReplaceString Class
returnVector() - Method in class ie.tomallen.utils.DirectoryHandler
 

S

setFiltering(String) - Method in class ie.tomallen.utils.DirectoryHandler
setFiltering, supports "*" wildcards.
setFiltering(String, String) - Method in class ie.tomallen.utils.DirectoryHandler
setFiltering, .
setFiltering(String, String, boolean) - Method in class ie.tomallen.utils.DirectoryHandler
setFiltering, .
setNested(boolean) - Method in class ie.tomallen.utils.DirectoryHandler
setNested, .
setOutputFile(String) - Method in class ie.tomallen.utils.ReplaceStrings
setOutputFile.

T

TakeValuesFollowingHeader(String, Vector) - Static method in class ie.tomallen.utils.Utils
TakeValuesFollowingHeader, static method.
TException - exception ie.tomallen.utils.TException.
Implements the TException for this package
TException(String) - Constructor for class ie.tomallen.utils.TException
Constructs a TException object.
TException(String, PrintStream) - Constructor for class ie.tomallen.utils.TException
Constructs a TException object.
title - Variable in class ie.tomallen.utils.OggInfo
'Song Title' field got from ID3 tag.
title - Variable in class ie.tomallen.utils.WmaInfo
'Song Title' field got from ID3 tag.
title - Variable in class ie.tomallen.utils.MusicInfo
'Song Title' field got from ID3 tag.
title - Variable in class ie.tomallen.utils.Mp3Id
'Song Title' field got from ID3 tag.

U

Utils - class ie.tomallen.utils.Utils.
All static methods.
Utils() - Constructor for class ie.tomallen.utils.Utils
 

V

version - Variable in class ie.tomallen.utils.OggInfo
mp3/ogg ID3 version number 3.2.4.0 stored as 3240.
version - Variable in class ie.tomallen.utils.WmaInfo
mp3/ogg ID3 version number 3.2.4.0 stored as 3240.
version - Variable in class ie.tomallen.utils.MusicInfo
mp3/ogg ID3 version number 3.2.4.0 stored as 3240.
version - Variable in class ie.tomallen.utils.Mp3Id
mp3/ogg ID3 version number 3.2.4.0 stored as 3240.

W

WmaInfo - class ie.tomallen.utils.WmaInfo.
Implements a WmaInfo object, Windows Media format file (Advanced Systems Format (ASF)).
WmaInfo(FileHandler) - Constructor for class ie.tomallen.utils.WmaInfo
Constructor, Windows Media Info extractor using fp filepointer opens files and setups the public class variables.
write(String, boolean) - Method in class ie.tomallen.utils.FileHandler
write.

Y

year - Variable in class ie.tomallen.utils.OggInfo
'Year' field, default=9999.
year - Variable in class ie.tomallen.utils.WmaInfo
'Year' field, default=9999.
year - Variable in class ie.tomallen.utils.MusicInfo
'Year' field, default=9999.
year - Variable in class ie.tomallen.utils.Mp3Id
'Year' field, default=9999.

A C D E F G H I L M N O P R S T U V W Y