Example usage for Java javax.mail.internet SharedInputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
InputStream | newStream(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). |