* @throws IOException on error reading input stream
*/
public IXMLReader getReader(IInByteBuffer buff, String charcode, String name, boolean reset)
throws IOException {
if (m_inWrapper == null) {
m_inWrapper = new InputStreamWrapper();
}
m_inWrapper.reset();
m_inWrapper.setBuffer(buff);
m_inWrapper.setEncoding(charcode);
try {