public class LangProfileReader extends Object
LangProfile
s.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.IOException
public LangProfile read(InputStream inputStream) throws IOException
LangProfile
from an InputStream in UTF-8.IOException
Copyright © 2017. All rights reserved.