Class FishServerHandler.FilePost

java.lang.Object
  |
  +--FishServerHandler.FilePost
Enclosing class:
FishServerHandler

public class FishServerHandler.FilePost
extends java.lang.Object

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

fileName

public java.lang.String fileName
Filename.


size

public int size
Filesize.


count

public int count
Index in clients vector

Constructor Detail

FishServerHandler.FilePost

public FishServerHandler.FilePost(java.lang.String fname,
                                  java.lang.String fsize,
                                  int cnt)
Constructs a post containing information about a shared file.

Parameters:
fname - Filename.
fsize - Filesize.
cnt - Index in clients vector.