to.etc.domui.component.htmleditor
Interface IEditorFileRef


public interface IEditorFileRef


Method Summary
 void close()
           
 void copyTo(java.io.OutputStream os)
           
 java.lang.String getMimeType()
           
 int getSize()
           
 

Method Detail

getMimeType

java.lang.String getMimeType()
                             throws java.lang.Exception
Throws:
java.lang.Exception

getSize

int getSize()
            throws java.lang.Exception
Throws:
java.lang.Exception

copyTo

void copyTo(java.io.OutputStream os)
            throws java.lang.Exception
Throws:
java.lang.Exception

close

void close()