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

N

NativeFontFormat - Class in legacy.resource.codecs.font
NativeAudioFormat.class is the base for audio files
NativeFontFormat(InputStream) - Constructor for class legacy.resource.codecs.font.NativeFontFormat
 
NativeImageFormat - Class in legacy.resource.codecs.image
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.
NativeImageFormat(InputStream) - Constructor for class legacy.resource.codecs.image.NativeImageFormat
Constructor for Image Storage.
NativeMidiFormat - Class in legacy.resource.codecs.midi
NativeAudioFormat.class is the base for audio files
NativeMidiFormat(InputStream) - Constructor for class legacy.resource.codecs.midi.NativeMidiFormat
 
NativePalletFormat - Class in legacy.resource.codecs.pallet
NativeAudioFormat.class is the base for audio files
NativePalletFormat(InputStream) - Constructor for class legacy.resource.codecs.pallet.NativePalletFormat
 
NativeSoundFormat - Class in legacy.resource.codecs.sound
NativeSoundFormat.class is the base for audio files
NativeSoundFormat(InputStream) - Constructor for class legacy.resource.codecs.sound.NativeSoundFormat
 
NORMAL_TERMINATION - Static variable in class legacy.Common
NORMAL_TERMINATION indicated normal termination ansi compliant return for normal termination

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