Package dev.aherscu.qa.testing.utils
Class IOUtilsExtensions
- java.lang.Object
-
- org.apache.commons.io.IOUtils
-
- dev.aherscu.qa.testing.utils.IOUtilsExtensions
-
public final class IOUtilsExtensions extends org.apache.commons.io.IOUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
fromUTF8(InputStream in)
static Properties
propertiesFrom(File file)
static List<String>
readUTF8Lines(InputStream in)
-
Methods inherited from class org.apache.commons.io.IOUtils
buffer, buffer, buffer, buffer, buffer, buffer, buffer, buffer, byteArray, byteArray, close, close, close, close, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, closeQuietly, consume, consume, contentEquals, contentEquals, contentEqualsIgnoreEOL, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copyLarge, copyLarge, copyLarge, copyLarge, copyLarge, copyLarge, copyLarge, copyLarge, length, length, length, length, lineIterator, lineIterator, lineIterator, read, read, read, read, read, readFully, readFully, readFully, readFully, readFully, readFully, readLines, readLines, readLines, readLines, resourceToByteArray, resourceToByteArray, resourceToString, resourceToString, resourceToURL, resourceToURL, skip, skip, skip, skip, skipFully, skipFully, skipFully, skipFully, toBufferedInputStream, toBufferedInputStream, toBufferedReader, toBufferedReader, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toByteArray, toCharArray, toCharArray, toCharArray, toCharArray, toInputStream, toInputStream, toInputStream, toInputStream, toInputStream, toInputStream, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeChunked, writeChunked, writeLines, writeLines, writeLines, writeLines, writer
-
-
-
-
Method Detail
-
fromUTF8
public static String fromUTF8(InputStream in)
-
propertiesFrom
public static Properties propertiesFrom(File file)
-
readUTF8Lines
public static List<String> readUTF8Lines(InputStream in)
-
-