ePOST API

rice.email.proxy.util
Interface Resource

All Known Implementing Classes:
FileResource, StringBufferResource

public interface Resource


Method Summary
 void delete()
           
 java.io.InputStream getInputStream()
           
 java.io.Reader getReader()
           
 long getSize()
           
 java.io.Writer getWriter()
           
 

Method Detail

getInputStream

java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException

getWriter

java.io.Writer getWriter()
                         throws java.io.IOException
Throws:
java.io.IOException

getReader

java.io.Reader getReader()
                         throws java.io.IOException
Throws:
java.io.IOException

getSize

long getSize()
             throws java.io.IOException
Throws:
java.io.IOException

delete

void delete()
            throws java.io.IOException
Throws:
java.io.IOException

ePOST API

Copyright © 2001-2005 - Rice Pastry.