Package org.webpki.util
Class IO
java.lang.Object
org.webpki.util.IO
Collection of file I/O functions.
Unlike java.io and java.nio classes, the methods declared here,
throw UncheckedIOException
.
The intended use cases include client applications and test programs.
Server applications should probably stick to the standard java API.
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
getByteArrayFromInputStream
(InputStream inputStream) static byte[]
static void
static void
-
Method Details
-
readFile
-
writeFile
-
writeFile
-
getByteArrayFromInputStream
-