net.quartzware
Interface RBReader

All Known Implementing Classes:
JavaIO, PropertyIO

public interface RBReader

Classes that want to load resource bundles and convert them to ResBundles must implement this interface


Method Summary
 ResBundle readBundle(java.io.File file)
          Reads the File pointed to by file and returns a ResBundle
 

Method Detail

readBundle

public ResBundle readBundle(java.io.File file)
Reads the File pointed to by file and returns a ResBundle
Returns:
a ResBundle created from the file pointed to by file