Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.util.file
Class FileSystemInfo

java.lang.Object
  extended by oracle.adfnmc.util.file.FileSystemInfo

public class FileSystemInfo
extends java.lang.Object

Container for information about a filesystem

Author:
PARACHAN

Field Summary
static long UNKNOWN_SIZE
           
 
Constructor Summary
FileSystemInfo(java.lang.String path, long availableSize, long totalSize)
           
 
Method Summary
 long getAvailableSize()
           
 java.lang.String getPath()
           
 long getTotalSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_SIZE

public static final long UNKNOWN_SIZE
See Also:
Constant Field Values
Constructor Detail

FileSystemInfo

public FileSystemInfo(java.lang.String path,
                      long availableSize,
                      long totalSize)
Method Detail

getPath

public java.lang.String getPath()

getAvailableSize

public long getAvailableSize()

getTotalSize

public long getTotalSize()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.