net.quartzware
Interface RBReader


public interface RBReader

Classes which wish to load resource bundles and convert them to ResBundles must implement this interface


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

Method Detail

readBundle

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