|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertiesReader
Implementations of this interface can be supplied to ConfigSource objects which obtain their data from binary streams to specify how properties are read from the data.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
read(java.io.InputStream in)
Reads the bytes from an input stream and returns a set of properties which have been extracted from it. |
| Method Detail |
|---|
java.util.Map<java.lang.String,java.lang.String> read(java.io.InputStream in)
throws java.io.IOException
in - the input stream to be read
java.io.IOException - if an exception occurs reading the stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||