android.os
Class StatFs

java.lang.Object
  extended by android.os.StatFs

public class StatFs
extends Object


Constructor Summary
StatFs(String path)
           
 
Method Summary
protected  void finalize()
           
 int getAvailableBlocks()
           
 int getBlockCount()
           
 int getBlockSize()
           
 int getFreeBlocks()
           
 void restat(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatFs

public StatFs(String path)
Method Detail

restat

public void restat(String path)

finalize

protected void finalize()
Overrides:
finalize in class Object

getBlockSize

public int getBlockSize()

getBlockCount

public int getBlockCount()

getFreeBlocks

public int getFreeBlocks()

getAvailableBlocks

public int getAvailableBlocks()


Copyright © 2008-2012. All Rights Reserved.