Package org.apache.storm.utils
Class BufferFileInputStream
- java.lang.Object
-
- org.apache.storm.utils.BufferFileInputStream
-
public class BufferFileInputStream extends Object
-
-
Constructor Summary
Constructors Constructor Description BufferFileInputStream(String file)
BufferFileInputStream(String file, int bufferSize)
-
-
-
Constructor Detail
-
BufferFileInputStream
public BufferFileInputStream(String file, int bufferSize) throws FileNotFoundException
- Throws:
FileNotFoundException
-
BufferFileInputStream
public BufferFileInputStream(String file) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
Method Detail
-
read
public byte[] read() throws IOException
- Throws:
IOException
-
close
public void close() throws IOException
- Throws:
IOException
-
-