Package org.apache.storm.utils
Class BufferInputStream
java.lang.Object
org.apache.storm.utils.BufferInputStream
- All Implemented Interfaces:
- AutoCloseable
- 
Constructor SummaryConstructorsConstructorDescriptionBufferInputStream(InputStream stream) BufferInputStream(InputStream stream, int bufferSize) 
- 
Method Summary
- 
Constructor Details- 
BufferInputStream
- 
BufferInputStream
 
- 
- 
Method Details- 
read- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- IOException
 
 
-