public class MyFileInputStream extends FileInputStream
| Constructor and Description |
|---|
MyFileInputStream(File file,
long length) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, finalize, getChannel, getFD, skipmark, markSupported, resetpublic MyFileInputStream(File file, long length) throws FileNotFoundException
FileNotFoundExceptionpublic int read()
throws IOException
read in class FileInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FileInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FileInputStreamIOExceptionCopyright © 2015. All Rights Reserved.