Java javax.mail.internet SharedInputStream fields, constructors, methods, implement or subclass

Example usage for Java javax.mail.internet SharedInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail.internet SharedInputStream.

The text is from its open source code.

Method

InputStreamnewStream(long start, long end)
Return a new InputStream representing a subset of the data from this InputStream, starting at start (inclusive) up to end (exclusive).