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 and Description protected <T extends InputStream>
InputStreamAbstractByteArrayOutputStream. toInputStream(AbstractByteArrayOutputStream.InputStreamConstructor<T> isConstructor)
Gets the current contents of this byte stream as a Input Stream.
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.