Example usage for Java javax.mail.util SharedFileInputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
SharedFileInputStream(File file) Creates a SharedFileInputStream for the file. | |
SharedFileInputStream(String file) Creates a SharedFileInputStream for the named file |
void | close() Closes this input stream and releases any system resources associated with the stream. |
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). |