public interface ProfileConfigDigester
Construct a ProfileStore from an input stream. Most likely this stream would be of an XML format but this is implementation dependent - could be a serialised ProfileStore stream with the digester performing the deserialisation.
Implementations must provide a default/empty constructor.
Modifier and Type | Method and Description |
---|---|
ProfileStore |
parse(InputStream input)
Parse the device profile configuration stream.
|
ProfileStore parse(InputStream input) throws SAXException, IOException
input
- The input stream instance.SAXException
IOException
Copyright © 2020. All rights reserved.