Uses of Interface
org.apache.commons.io.output.AbstractByteArrayOutputStream.InputStreamConstructor
-
Packages that use AbstractByteArrayOutputStream.InputStreamConstructor Package Description org.apache.commons.io.output This package provides implementations of output classes, such asOutputStream
andWriter
. -
-
Uses of AbstractByteArrayOutputStream.InputStreamConstructor in org.apache.commons.io.output
Methods in org.apache.commons.io.output with parameters of type AbstractByteArrayOutputStream.InputStreamConstructor Modifier and Type Method Description protected <T extends java.io.InputStream>
java.io.InputStreamAbstractByteArrayOutputStream. toInputStream(AbstractByteArrayOutputStream.InputStreamConstructor<T> isConstructor)
Gets the current contents of this byte stream as a Input Stream.
-