Package net.bluemind.core.rest.utils
Class ReadInputStream
java.lang.Object
java.io.InputStream
net.bluemind.core.rest.utils.ReadInputStream
- All Implemented Interfaces:
 Closeable,AutoCloseable
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionReadInputStream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> inputStream)  - 
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo 
- 
Field Details
- 
exception
 
 - 
 - 
Constructor Details
- 
ReadInputStream
public ReadInputStream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> inputStream)  
 - 
 - 
Method Details
- 
read
- Overrides:
 readin classInputStream- Throws:
 IOException
 - 
read
- Overrides:
 readin classInputStream- Throws:
 IOException
 - 
beforeRead
- Throws:
 IOException
 - 
read
- Specified by:
 readin classInputStream- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classInputStream- Throws:
 IOException
 - 
available
- Overrides:
 availablein classInputStream- Throws:
 IOException
 
 -