|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--FishServerHandler.FilePost
Post which contains information on the files
Field Summary | |
int |
count
Index in clients vector |
java.lang.String |
fileName
Filename. |
int |
size
Filesize. |
Constructor Summary | |
FishServerHandler.FilePost(java.lang.String fname,
java.lang.String fsize,
int cnt)
Constructs a post containing information about a shared file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String fileName
public int size
public int count
Constructor Detail |
public FishServerHandler.FilePost(java.lang.String fname, java.lang.String fsize, int cnt)
fname
- Filename.fsize
- Filesize.cnt
- Index in clients vector.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |