|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.ssh2.SSH2SFTP.FileSystemAttributes
public static final class SSH2SFTP.FileSystemAttributes
Class describing the different file system attributes.
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 |
---|
public long f_bsize
public long f_frsize
public long f_blocks
public long f_bfree
public long f_bavail
public long f_files
public long f_ffree
public long f_favail
public long f_fsid
public long f_flag
public long f_namemax
Constructor Detail |
---|
public SSH2SFTP.FileSystemAttributes()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |