Package org.as2lib.io.file

Interface Summary
File File represents any file.
FileLoader FileLoader is built to handle the loading of a external files.
LoadCompleteListener LoadCompleteListener can be implemented if its necessary to listen to onLoadComplete events of FileLoaders
LoadErrorListener LoadErrorListener can be implemented if its necessary to listen to onLoadError events of FileLoaders
LoadProgressListener LoadProgressListener can be implemented if its necessary to listen to onLoadProgress events of FileLoaders
LoadStartListener LoadStartListener can be implemented if its necessary to listen to onLoadStart events of FileLoaders
MediaFile MediaFile represents a media file, that is for example an image, a SWF, a video or a sound
TextFile TextFile is a holder for human readable external resources.
TextFileFactory TextFileFactory is a integration layer for org.as2lib.util.TextFileLoader.
Class Summary
AbstractFileLoader AbstractFileLoader is a abstract implementation for a FileLoader.
CompositeTextFileFactory CompositeTextFileFactory uses different TextFileFactory implementations depending to the extension of the passed-in uri in FileFactory.createTextFile.
FileLoaderProcess FileLoaderProcess is a mediator to handle loading of files as a Process.
FileNotFoundException FileNotFoundException to be thrown if a certain file could not be loaded
FileNotLoadedException FileNotLoadedException to be thrown if a certain resource is not loaded yet
Loader Loader is a central distributor for loading files.
PropertiesFile PropertiesFile represents a file of properties.
PropertiesFileFactory PropertiesFileFactory is a implementation of TextFileFactory for creating PropertiesFile instances
SimpleTextFile SimpleTextFile represents the simplest way for accessing the file informations.
SimpleTextFileFactory SimpleTextFileFactory is a implementation of TextFileFactory for creating SimpleTextFile instances
SwfFile SwfFile holds all information of a loaded SWF-file.
SwfFileLoader SwfLoader is a implementation of FileLoader to load files with loadMovie (usually .swf files}.
TextFileLoader TextFileLoader is a implementation of FileLoader for text resources.
XmlFile XmlFile is implementation of TextFile for a xml resource
XmlFileFactory XmlFileFactory is a implementation of TextFileFactory for creating XmlFile instances

Class Inheritance Diagram

Interface Inheritance Diagram