public class MicroDOMInputStreamProvider
extends com.helger.commons.io.streamprovider.StringInputStreamProvider
IMicroNode and
converts it to a byte array.| Constructor and Description |
|---|
MicroDOMInputStreamProvider(IMicroNode aNode)
Constructor for MicroNodes using the default charset.
|
MicroDOMInputStreamProvider(IMicroNode aNode,
Charset aCharset)
Constructor for MicroNodes.
|
MicroDOMInputStreamProvider(IMicroNode aNode,
IXMLWriterSettings aSettings)
Constructor for micro nodes.
|
equals, getCharset, getData, getInputStream, getReader, getReader, hashCode, isReadMultiple, toStringpublic MicroDOMInputStreamProvider(@Nonnull IMicroNode aNode)
aNode - The node to be streamed. May not be null.XMLWriterSettings.DEFAULT_XML_CHARSETpublic MicroDOMInputStreamProvider(@Nonnull IMicroNode aNode, @Nonnull Charset aCharset)
aNode - The node to be streamed. May not be null.aCharset - The charset to use. May not be null.public MicroDOMInputStreamProvider(@Nonnull IMicroNode aNode, @Nonnull IXMLWriterSettings aSettings)
aNode - The node to be streamed. May not be null.aSettings - The settings to use. May not be null.Copyright © 2014–2020 Philip Helger. All rights reserved.