Package io.minio
Class SelectResponseStream
java.lang.Object
java.io.InputStream
io.minio.SelectResponseStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Select object content response stream.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
SelectResponseStream
-
-
Method Details
-
read
read single byte from payload.- Specified by:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
stats
get progress stats.
-