Package com.itextpdf.pdfocr.util
Class ByteArrayStreamUtil
java.lang.Object
com.itextpdf.pdfocr.util.ByteArrayStreamUtil
This file is a helper class for internal usage only. Be aware that its API and functionality may be changed in future.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ByteArrayInputStreamWrapsInputStreamintoByteArrayInputStream.
-
Method Details
-
createByteArrayInputStream
WrapsInputStreamintoByteArrayInputStream.- Parameters:
-
input-InputStreamto be wrapped - Returns:
-
new
ByteArrayInputStreambacked by providedInputStream
-