- java.lang.Object
-
- ch.qos.logback.core.testUtil.FileToBufferUtil
-
public class FileToBufferUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FileToBufferUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidgzFileReadIntoList(File file, List<String> stringList)static voidreadIntoList(File file, List<String> stringList)static voidregularReadIntoList(File file, List<String> stringList)
-
-
-
Constructor Detail
-
FileToBufferUtil
public FileToBufferUtil()
-
-
Method Detail
-
readIntoList
public static void readIntoList(File file, List<String> stringList) throws IOException
- Throws:
IOException
-
regularReadIntoList
public static void regularReadIntoList(File file, List<String> stringList) throws IOException
- Throws:
IOException
-
gzFileReadIntoList
public static void gzFileReadIntoList(File file, List<String> stringList) throws IOException
- Throws:
IOException
-
-