com.mindbright.ssh2
Class SSH2SFTP.FileSystemAttributes

java.lang.Object
  extended by com.mindbright.ssh2.SSH2SFTP.FileSystemAttributes
Enclosing class:
SSH2SFTP

public static final class SSH2SFTP.FileSystemAttributes
extends java.lang.Object

Class describing the different file system attributes.

See Also:
SSH2SFTPClient

Field Summary
 long f_bavail
           
 long f_bfree
           
 long f_blocks
           
 long f_bsize
           
 long f_favail
           
 long f_ffree
           
 long f_files
           
 long f_flag
           
 long f_frsize
           
 long f_fsid
           
 long f_namemax
           
 
Constructor Summary
SSH2SFTP.FileSystemAttributes()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

f_bsize

public long f_bsize

f_frsize

public long f_frsize

f_blocks

public long f_blocks

f_bfree

public long f_bfree

f_bavail

public long f_bavail

f_files

public long f_files

f_ffree

public long f_ffree

f_favail

public long f_favail

f_fsid

public long f_fsid

f_flag

public long f_flag

f_namemax

public long f_namemax
Constructor Detail

SSH2SFTP.FileSystemAttributes

public SSH2SFTP.FileSystemAttributes()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object