org.gcube.application.framework.contentmanagement.content.impl
Class MyFileInputStream
java.lang.Object
java.io.InputStream
java.io.FileInputStream
org.gcube.application.framework.contentmanagement.content.impl.MyFileInputStream
- All Implemented Interfaces:
- Closeable
public class MyFileInputStream
- extends FileInputStream
|
Method Summary |
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
MyFileInputStream
public MyFileInputStream(File file,
long length)
throws FileNotFoundException
- Throws:
FileNotFoundException
read
public int read()
throws IOException
- Overrides:
read in class FileInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class FileInputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read in class FileInputStream
- Throws:
IOException
Copyright © 2013. All Rights Reserved.