Class OpenOnReadFileInputStream

java.lang.Object
java.io.InputStream
org.robovm.compiler.util.io.OpenOnReadFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class OpenOnReadFileInputStream
extends InputStream
InputStream which writes to a FileInputStream but defers opening the FileInputStream until the first write.