Package | Description |
---|---|
org.fedorahosted.tennera.jgettext | |
org.fedorahosted.tennera.jgettext.catalog.parse |
Modifier and Type | Method and Description |
---|---|
Catalog |
PoParser.parseCatalog(File file) |
Catalog |
PoParser.parseCatalog(InputStream inputStream,
boolean isPot) |
Catalog |
PoParser.parseCatalog(InputStream inputStream,
Charset charset,
boolean isPot) |
Catalog |
PoParser.parseCatalog(Reader reader,
boolean isPot) |
Modifier and Type | Method and Description |
---|---|
void |
PoWriter.write(Catalog catalog,
File file) |
void |
PoWriter.write(Catalog catalog,
OutputStream outputStream) |
void |
PoWriter.write(Catalog catalog,
OutputStream outputStream,
Charset charset) |
void |
PoWriter.write(Catalog catalog,
Writer writer) |
Constructor and Description |
---|
PoParser(Catalog catalog) |
Modifier and Type | Method and Description |
---|---|
Catalog |
ExtendedCatalogParser.getCatalog() |
Constructor and Description |
---|
ExtendedCatalogParser(Catalog catalog,
File file)
Uses the charset encoding specified in the file's Gettext header.
|
ExtendedCatalogParser(Catalog catalog,
InputStream inputStream,
boolean isPot)
Uses the charset encoding specified in the stream's Gettext header.
|
ExtendedCatalogParser(Catalog catalog,
InputStream inputStream,
Charset charset,
boolean isPot) |
ExtendedCatalogParser(Catalog catalog,
Reader reader,
boolean isPot) |
Copyright © 2007–2016 JBoss, a division of Red Hat, Inc. All rights reserved.