com.aelitis.azureus.core.devices.impl
Class DeviceTivo.FileInfo

java.lang.Object
  extended by com.aelitis.azureus.core.devices.impl.DeviceTivo.ItemInfo
      extended by com.aelitis.azureus.core.devices.impl.DeviceTivo.FileInfo
Enclosing class:
DeviceTivo

protected static class DeviceTivo.FileInfo
extends DeviceTivo.ItemInfo


Constructor Summary
protected DeviceTivo.FileInfo(TranscodeFile _file, java.lang.String _host)
           
 
Method Summary
protected  java.lang.String getCaptureDate()
           
 long getCreationMillis()
           
protected  long getDurationMillis()
           
protected  long getEstimatedTargetSize()
           
protected  java.lang.String getLinkURL()
           
protected  java.lang.String getName()
           
protected  long getTargetSize()
           
protected  boolean isContainer()
           
protected  boolean isOK()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceTivo.FileInfo

protected DeviceTivo.FileInfo(TranscodeFile _file,
                              java.lang.String _host)
Method Detail

isOK

protected boolean isOK()

getName

protected java.lang.String getName()
Specified by:
getName in class DeviceTivo.ItemInfo

getLinkURL

protected java.lang.String getLinkURL()
Specified by:
getLinkURL in class DeviceTivo.ItemInfo

getTargetSize

protected long getTargetSize()

getEstimatedTargetSize

protected long getEstimatedTargetSize()

getDurationMillis

protected long getDurationMillis()

getCreationMillis

public long getCreationMillis()
Specified by:
getCreationMillis in class DeviceTivo.ItemInfo

getCaptureDate

protected java.lang.String getCaptureDate()

isContainer

protected boolean isContainer()
Specified by:
isContainer in class DeviceTivo.ItemInfo