Package org.openjdk.jol.util
Class IOUtils
- java.lang.Object
-
- org.openjdk.jol.util.IOUtils
-
public class IOUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
IOUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
readAllBytes(java.io.InputStream is)
static void
safelyClose(java.io.InputStream in)
static void
safelyClose(java.io.OutputStream out)
static void
safelyClose(java.io.Reader reader)
-