public interface PropertiesParser
Properties
document readers.Modifier and Type | Method and Description |
---|---|
PropertiesFormat |
getFormat()
Gets the
PropertiesFormat that this PropertiesParser
uses. |
Properties |
parse(InputStream in)
Parses the data from the supplied
InputStream . |
Properties |
parse(Reader reader)
Parses the data from the supplied
Reader . |
PropertiesFormat getFormat()
PropertiesFormat
that this PropertiesParser
uses.Properties parse(InputStream in) throws IOException
InputStream
.in
- The InputStream from which to read the data.IOException
- If an I/O error occurred while data was read from the
InputStream.Properties parse(Reader reader) throws IOException
Reader
.reader
- The Reader from which to read the data.IOException
- If an I/O error occurred while data was read from the
InputStream.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.