public class SilentFileInputStream extends FileInputStream
Constructor and Description |
---|
SilentFileInputStream(File file) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
available, finalize, getChannel, getFD, read, read, read, skip
mark, markSupported, reset
public SilentFileInputStream(File file) throws FileNotFoundException
file
- the fileFileNotFoundException
- the file was not foundpublic void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FileInputStream
Copyright © 2018 Eclipse JGit Project. All rights reserved.