|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.kenmccrary.jtella.SearchReplyMessage.FileRecord
Represents information about a single file served
Constructor Summary | |
SearchReplyMessage.FileRecord(int index,
int size,
java.lang.String fileName)
Constructs a record describing a shared file |
Method Summary | |
int |
getIndex()
Get the index of the file |
java.lang.String |
getName()
Get the file name |
int |
getSize()
Get the size of the file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchReplyMessage.FileRecord(int index, int size, java.lang.String fileName)
index
- index of the filesize
- size of the file in bytesfilename
- file nameMethod Detail |
public int getIndex()
public int getSize()
public java.lang.String getName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |