Class LazyFileInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class LazyFileInputStream
    extends InputStream
    This Class implements an InputStream that provides the same functionality as a FileInputStream but opens the file by the first file access.