Uses of Class
com.oracle.bmc.io.internal.WrappedFileInputStream
-
Packages that use WrappedFileInputStream Package Description com.oracle.bmc.io.internal -
-
Uses of WrappedFileInputStream in com.oracle.bmc.io.internal
Methods in com.oracle.bmc.io.internal that return WrappedFileInputStream Modifier and Type Method Description static WrappedFileInputStream
WrappedFileInputStream. create(File file)
Same as calling the ctor, except will throw an unchecked IllegalArgumentException if the file isn’t found.
-