Package org.apache.storm.utils
Class BufferInputStream
- java.lang.Object
-
- org.apache.storm.utils.BufferInputStream
-
- All Implemented Interfaces:
AutoCloseable
public class BufferInputStream extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description BufferInputStream(InputStream stream)
BufferInputStream(InputStream stream, int bufferSize)
-
-
-
Constructor Detail
-
BufferInputStream
public BufferInputStream(InputStream stream, int bufferSize)
-
BufferInputStream
public BufferInputStream(InputStream stream)
-
-
Method Detail
-
read
public byte[] read() throws IOException
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
-