Package org.apache.bval.jsr.util
Class IOs
- java.lang.Object
-
- org.apache.bval.jsr.util.IOs
-
public class IOs extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
closeQuietly(Closeable closeable)
static InputStream
convertToMarkableInputStream(InputStream stream)
-
-
-
Method Detail
-
convertToMarkableInputStream
public static InputStream convertToMarkableInputStream(InputStream stream)
-
closeQuietly
public static void closeQuietly(Closeable closeable)
-
-