public class PromptObjectResponse extends FilterInputStream
MinioAsyncClient.promptObject(io.minio.PromptObjectArgs)
and MinioClient.promptObject(io.minio.PromptObjectArgs)
.
This class is InputStream
interface compatible and it must be closed after use to release
underneath network resources.in
Constructor and Description |
---|
PromptObjectResponse(okhttp3.Headers headers,
String bucket,
String region,
String object,
InputStream body) |
Modifier and Type | Method and Description |
---|---|
String |
bucket() |
okhttp3.Headers |
headers() |
String |
object() |
String |
region() |
available, close, mark, markSupported, read, read, read, reset, skip
public PromptObjectResponse(okhttp3.Headers headers, String bucket, String region, String object, InputStream body)