org.silverpeas.servlet
Class RequestFile
java.lang.Object
org.silverpeas.servlet.RequestFile
public class RequestFile
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.