Java javax.mail.util SharedFileInputStream fields, constructors, methods, implement or subclass

Example usage for Java javax.mail.util SharedFileInputStream fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

SharedFileInputStream(File file)
Creates a SharedFileInputStream for the file.
SharedFileInputStream(String file)
Creates a SharedFileInputStream for the named file

Method

voidclose()
Closes this input stream and releases any system resources associated with the stream.
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).