|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jspsmart.upload.Files
A collection of uploaded files. This is a dependant object wich can't be directly instantiate.
Method Summary | |
java.util.Collection |
getCollection()
Returns a Collection to browse the files. |
int |
getCount()
Returns the number of files in the collection. |
java.util.Enumeration |
getEnumeration()
Returns an Enumeration to browse the files. |
File |
getFile(int index)
Returns the file object corresponding to the index. |
long |
getSize()
Returns the size of all files of the collection. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public File getFile(int index)
index
- index of the input filepublic int getCount()
public long getSize() throws java.io.IOException
public java.util.Collection getCollection()
public java.util.Enumeration getEnumeration()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |