com.android.ddmlib
Class SyncService.FileStat

java.lang.Object
  extended by com.android.ddmlib.SyncService.FileStat
Enclosing class:
SyncService

public static class SyncService.FileStat
extends java.lang.Object


Constructor Summary
SyncService.FileStat(int mode, int size, int lastModifiedSecs)
           
 
Method Summary
 java.util.Date getLastModified()
           
 int getMode()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncService.FileStat

public SyncService.FileStat(int mode,
                            int size,
                            int lastModifiedSecs)
Method Detail

getMode

public int getMode()

getSize

public int getSize()

getLastModified

public java.util.Date getLastModified()