Uses of Class
legacy.resource.Format

Packages that use Format
legacy.resource.codecs.font Package for maintaing font codecs 
legacy.resource.codecs.image Package for maintaing image codecs 
legacy.resource.codecs.midi Package for maintaing midi codecs 
legacy.resource.codecs.pallet Package for maintaing pallet codecs 
legacy.resource.codecs.sound Package for maintaing audio codecs 
 

Uses of Format in legacy.resource.codecs.font
 

Subclasses of Format in legacy.resource.codecs.font
 class NativeFontFormat
          NativeAudioFormat.class is the base for audio files
 

Uses of Format in legacy.resource.codecs.image
 

Subclasses of Format in legacy.resource.codecs.image
 class NativeImageFormat
          NativeImageFormat.class is the base for image files as reads files as defined
readInt() = width
readInt() = height
readBoolean() = has Alpha
readBoolean() = has Transparency
readInt() = Transparency should be indicated above and -1 is read as indiction of no transparency
readInt()...width times height read a packed in containg RGB in the format AARRGGBB
14bytes+(width*height*4)bytes This is a very simple form as is makes things simpler when reading a image and transcoding it.
 

Uses of Format in legacy.resource.codecs.midi
 

Subclasses of Format in legacy.resource.codecs.midi
 class NativeMidiFormat
          NativeAudioFormat.class is the base for audio files
 

Uses of Format in legacy.resource.codecs.pallet
 

Subclasses of Format in legacy.resource.codecs.pallet
 class NativePalletFormat
          NativeAudioFormat.class is the base for audio files
 

Uses of Format in legacy.resource.codecs.sound
 

Subclasses of Format in legacy.resource.codecs.sound
 class NativeSoundFormat
          NativeSoundFormat.class is the base for audio files