Hi,
I want to save and restore my layouts using the XML format. Is there a reason there isn’t a method to read the xml file from an inputStream, like there is for the binary format?
My link to the layout file is a URL, as opposed to a File, because the resource will be stored on the classpath in a jar file.
I can get it to work using the File readXML version, but it takes a bit of contortions.