com.aol.acc
Class AccFileXfer

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccFileXfer

public class AccFileXfer
extends AccBase

IAccFileXfer represents info about one file being xferred in a file/folder xfer
for a IAccFileSharingSession or IAccFileXferSession.


Method Summary
 long getBytes()
          The number of bytes in the file being transferred
 long getBytesXferred()
          The bytes completed so far in the transfer
 java.lang.String getLocalPath()
          The path the file is being transferred to
 java.lang.String getName()
          The name of the file being transferred
 
Methods inherited from class com.aol.acc.AccBase
compareHandle, equals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBytes

public long getBytes()
              throws AccException
The number of bytes in the file being transferred

Throws:
AccException

getBytesXferred

public long getBytesXferred()
                     throws AccException
The bytes completed so far in the transfer

Throws:
AccException

getLocalPath

public java.lang.String getLocalPath()
                              throws AccException
The path the file is being transferred to

Throws:
AccException

getName

public java.lang.String getName()
                         throws AccException
The name of the file being transferred

Throws:
AccException