|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.locale4j.format.Tmx20
public class Tmx20
Translation Memory eXchange Format.
| Constructor Summary | |
|---|---|
Tmx20()
|
|
| Method Summary | |
|---|---|
LocaleStore |
read(InputStream input)
Reads a stream and loads the contents into a LocaleStore. |
LocaleStore |
read(InputStream input,
LocaleStore store)
Reads a stream and adds the contents to the given LocaleStore. |
void |
write(OutputStream output,
LocaleStore store)
Writes data to a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tmx20()
| Method Detail |
|---|
public final LocaleStore read(InputStream input)
read in interface LocaleReaderinput - the stream to read from.
public final LocaleStore read(InputStream input,
LocaleStore store)
read in interface LocaleReaderinput - the stream to read from.store - the LocaleStore to add to.
public void write(OutputStream output,
LocaleStore store)
write in interface LocaleWriteroutput - the stream to write to.store - the data to write to the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||