Uses of Class
de.aristaflow.adept2.util.io.AttributedInputStream
-
Packages that use AttributedInputStream Package Description de.aristaflow.adept2.model.datamanagement de.aristaflow.adept2.util de.aristaflow.adept2.util.io de.aristaflow.adept2.util.xml -
-
Uses of AttributedInputStream in de.aristaflow.adept2.model.datamanagement
Methods in de.aristaflow.adept2.model.datamanagement that return AttributedInputStream Modifier and Type Method Description AttributedInputStream
ADEPT2UDTValue. getInputStream()
Gets the value as anInputStream
of this user-defined data type.AttributedInputStream
ADEPT2UDTValue. getValueAsStream()
-
Uses of AttributedInputStream in de.aristaflow.adept2.util
Methods in de.aristaflow.adept2.util that return AttributedInputStream Modifier and Type Method Description static AttributedInputStream
StreamTools. toInputStream(Serializable object, boolean gzip)
Stores the designated serialisable in a stream and provides it viaInputStream
-
Uses of AttributedInputStream in de.aristaflow.adept2.util.io
Subclasses of AttributedInputStream in de.aristaflow.adept2.util.io Modifier and Type Class Description protected static class
RereadableContent.RrcInputStream
This class is an input stream that also provides theRereadableContent
it has been created for.Methods in de.aristaflow.adept2.util.io that return AttributedInputStream Modifier and Type Method Description AttributedInputStream
RereadableContent. getInputStream()
Gets an input stream for the data. -
Uses of AttributedInputStream in de.aristaflow.adept2.util.xml
Methods in de.aristaflow.adept2.util.xml that return AttributedInputStream Modifier and Type Method Description static AttributedInputStream
XMLHelperTools. getInputStreamForDocument(Node node)
Deprecated, for removal: This API element is subject to removal in a future version.UseXMLHelperTools.getStreamForDocument(Node)
instead.static AttributedInputStream
XMLHelperTools. getInputStreamForDocument(Node node, boolean intend)
Deprecated, for removal: This API element is subject to removal in a future version.UseXMLHelperTools.getStreamForDocument(Node, boolean)
instead.static AttributedInputStream
XMLHelperTools. getStreamForDocument(Node node)
Gets an input stream containing the XML code of the given node.static AttributedInputStream
XMLHelperTools. getStreamForDocument(Node node, boolean intend)
Gets an input stream containing the XML code of the given node.static AttributedInputStream
XMLHelperTools. getStreamForDocument(Node node, Source xslt)
Gets an input stream containing the XML code of the given node.static AttributedInputStream
XMLHelperTools. getStreamForDocument(Node node, Source xslt, boolean intend)
Gets an input stream containing the XML code of the given node using theXMLHelperTools.DEFAULT_ENCODING
.
-