org.silverpeas.servlet
Class RequestFile

java.lang.Object
  extended by org.silverpeas.servlet.RequestFile

public class RequestFile
extends Object


Method Summary
 String getContentType()
           
 InputStream getInputStream()
           
 String getName()
           
 long getSize()
           
 String getString()
           
 void writeTo(File file)
           
 void writeTo(OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()

getSize

public long getSize()

getContentType

public String getContentType()

getInputStream

public InputStream getInputStream()

getString

public String getString()

writeTo

public void writeTo(File file)
             throws Exception
Throws:
Exception

writeTo

public void writeTo(OutputStream outputStream)
             throws Exception
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.