|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.quartzware.JavaIO
JavaIO is a class which is able to both read to and from .java resource bundle files. It uses the ListResourceBundle class.
Constructor Summary | |
JavaIO()
|
Method Summary | |
ResBundle |
readBundle(java.io.File file)
Reads the File pointed to by file and returns a ResBundle |
void |
writeBundle(ResBundle rb,
java.io.File file)
Writes the resource bundle out to the file |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaIO()
Method Detail |
public ResBundle readBundle(java.io.File file)
readBundle
in interface RBReader
file
- Where to read this bundle frompublic void writeBundle(ResBundle rb, java.io.File file)
writeBundle
in interface RBWriter
rb
- the bundle to write out.file
- where to write out the bundle to.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |