Uses of Interface
org.apache.commons.io.output.AbstractByteArrayOutputStream.InputStreamConstructor
Packages that use AbstractByteArrayOutputStream.InputStreamConstructor
-
Uses of AbstractByteArrayOutputStream.InputStreamConstructor in org.apache.commons.io.output
Methods in org.apache.commons.io.output with parameters of type AbstractByteArrayOutputStream.InputStreamConstructorModifier and TypeMethodDescriptionprotected <T extends InputStream>
InputStreamAbstractByteArrayOutputStream.toInputStream
(AbstractByteArrayOutputStream.InputStreamConstructor<T> isConstructor) Gets the current contents of this byte stream as an Input Stream.