org.richfaces.model
Interface UploadedFile


public interface UploadedFile

Author:
Konstantin Mishin

Method Summary
 String getContentType()
           
 byte[] getData()
           
 InputStream getInputStream()
           
 String getName()
           
 long getSize()
           
 

Method Detail

getContentType

String getContentType()

getData

byte[] getData()

getInputStream

InputStream getInputStream()

getName

String getName()

getSize

long getSize()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.