Java com.amazonaws.services.s3.internal InputSubstream fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

InputSubstream(InputStream in, long offset, long length, boolean closeSourceStream)
Constructs a new InputSubstream so that when callers start reading from this stream they'll start at the specified offset in the real stream and after they've read the specified length, this stream will look empty.