|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.email.proxy.util.FileResource
public class FileResource
Constructor Summary | |
---|---|
FileResource(java.io.File file)
|
Method Summary | |
---|---|
void |
delete()
|
java.io.InputStream |
getInputStream()
|
java.io.Reader |
getReader()
|
long |
getSize()
|
java.io.Writer |
getWriter()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileResource(java.io.File file)
Method Detail |
---|
public void delete() throws java.io.IOException
delete
in interface Resource
java.io.IOException
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface Resource
java.io.IOException
public java.io.Reader getReader() throws java.io.IOException
getReader
in interface Resource
java.io.IOException
public java.io.Writer getWriter() throws java.io.IOException
getWriter
in interface Resource
java.io.IOException
public long getSize()
getSize
in interface Resource
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |