public class LangProfileReader extends Object
LangProfiles.| Constructor and Description |
|---|
LangProfileReader() |
| Modifier and Type | Method and Description |
|---|---|
LangProfile |
read(File profileFile)
Reads a
LangProfile from a File in UTF-8. |
LangProfile |
read(InputStream inputStream)
Reads a
LangProfile from an InputStream in UTF-8. |
public LangProfile read(File profileFile) throws IOException
LangProfile from a File in UTF-8.IOExceptionpublic LangProfile read(InputStream inputStream) throws IOException
LangProfile from an InputStream in UTF-8.IOExceptionCopyright © 2015. All rights reserved.