Uses of Interface
org.apache.commons.io.output.AbstractByteArrayOutputStream.InputStreamConstructor
Packages that use AbstractByteArrayOutputStream.InputStreamConstructor
Package
Description
This package provides implementations of output classes, such as
OutputStream
and Writer
.-
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 a Input Stream.