|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
javax.mail.util.SharedFileInputStream
org.subethamail.smtp.server.io.SharedTmpFileInputStream
public class SharedTmpFileInputStream
This class uses a temporary file to store big messages and asks JVM to delete them when destroyed.
| Field Summary |
|---|
| Fields inherited from class javax.mail.util.SharedFileInputStream |
|---|
bufpos, bufsize, datalen, in, start |
| Fields inherited from class java.io.BufferedInputStream |
|---|
buf, count, marklimit, markpos, pos |
| Constructor Summary | |
|---|---|
SharedTmpFileInputStream(java.io.File f)
|
|
| Method Summary | |
|---|---|
void |
close()
|
| Methods inherited from class javax.mail.util.SharedFileInputStream |
|---|
available, finalize, getPosition, mark, markSupported, newStream, read, read, reset, skip |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SharedTmpFileInputStream(java.io.File f)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class javax.mail.util.SharedFileInputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||