@DoNotObfuscate
public final class IOHelper
extends java.lang.Object
Constructor and Description |
---|
IOHelper() |
Modifier and Type | Method and Description |
---|---|
static java.io.File[] |
createFileArray(java.lang.String... renderedImageFilenames)
This method creates an array of File instances from the given array of file names.
|
static byte[] |
getContentAsBytes(java.io.File file)
This method does what the name suggests.
|
static java.lang.String |
getContentAsString(java.io.File file) |
static java.lang.String |
getContentAsString(java.io.InputStream is)
This method does what the name suggests.
|
static java.lang.String |
getContentAsString(java.io.Reader reader)
This method does what the name suggests.
|
static java.lang.String |
getContentAsString(java.lang.String filename)
This method does what the name suggests.
|
public static java.io.File[] createFileArray(java.lang.String... renderedImageFilenames)
public static byte[] getContentAsBytes(java.io.File file)
public static final java.lang.String getContentAsString(java.lang.String filename)
public static java.lang.String getContentAsString(java.io.InputStream is)
public static java.lang.String getContentAsString(java.io.Reader reader)
public static final java.lang.String getContentAsString(java.io.File file)
Copyright (C) PDFUnit.com. See here for license.