Java com.amazonaws.services.s3.model S3ObjectInputStream fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model S3ObjectInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model S3ObjectInputStream.

The text is from its open source code.

Constructor

Method

voidclose()
If the stream still contains unread data, the underlying HTTP request will aborted.
HttpRequestBasegetHttpRequest()
Returns the http request from which this input stream is derived.
intread(byte b[], int off, int len)
intread()