Uses of Class
de.aristaflow.adept2.util.io.AttributedInputStream
Packages that use AttributedInputStream
Package
Description
-
Uses of AttributedInputStream in de.aristaflow.adept2.model.datamanagement
Methods in de.aristaflow.adept2.model.datamanagement that return AttributedInputStreamModifier and TypeMethodDescriptionADEPT2UDTValue.getInputStream()Gets the value as anInputStreamof this user-defined data type.ADEPT2UDTValue.getValueAsStream() -
Uses of AttributedInputStream in de.aristaflow.adept2.util
Methods in de.aristaflow.adept2.util that return AttributedInputStreamModifier and TypeMethodDescriptionstatic final AttributedInputStreamStreamTools.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.ioModifier and TypeClassDescriptionprotected static classThis class is an input stream that also provides theRereadableContentit has been created for.Methods in de.aristaflow.adept2.util.io that return AttributedInputStreamModifier and TypeMethodDescriptionRereadableContent.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 AttributedInputStreamModifier and TypeMethodDescriptionstatic AttributedInputStreamXMLHelperTools.getInputStreamForDocument(Node node) Deprecated, for removal: This API element is subject to removal in a future version.static AttributedInputStreamXMLHelperTools.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 AttributedInputStreamXMLHelperTools.getStreamForDocument(Node node) Gets an input stream containing the XML code of the given node.static AttributedInputStreamXMLHelperTools.getStreamForDocument(Node node, boolean intend) Gets an input stream containing the XML code of the given node.static AttributedInputStreamXMLHelperTools.getStreamForDocument(Node node, Source xslt) Gets an input stream containing the XML code of the given node.static AttributedInputStreamXMLHelperTools.getStreamForDocument(Node node, Source xslt, boolean intend) Gets an input stream containing the XML code of the given node using theXMLHelperTools.DEFAULT_ENCODING.
XMLHelperTools.getStreamForDocument(Node)instead.