com.kenmccrary.jtella
Class NetworkFile

java.lang.Object
  |
  +--com.kenmccrary.jtella.NetworkFile

public class NetworkFile
extends java.lang.Object

Represents information about a file found on the network


Method Summary
 long getIndex()
          Get the file index, file index is used for HTTP file retrieval
 java.lang.String getName()
          Get the file name
 long getSize()
          Get the file size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Get the file name
Returns:
file name

getSize

public long getSize()
Get the file size
Returns:
file size

getIndex

public long getIndex()
Get the file index, file index is used for HTTP file retrieval
Returns:
file index