public interface IFeatureReader
| Modifier and Type | Method and Description |
|---|---|
Feature |
load(InputStream in,
String encoding)
Read feature from load.
|
Feature load(InputStream in, String encoding) throws IOException
in - The input stream.encoding - The encoding.IOException - On reading errors.Copyright © 2017. All rights reserved.