public class OpenSSHStatExtensionInfo extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
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 |
static long |
SSH_FXE_STATVFS_ST_NOSUID |
static long |
SSH_FXE_STATVFS_ST_RDONLY |
Constructor and Description |
---|
OpenSSHStatExtensionInfo() |
OpenSSHStatExtensionInfo(Buffer buffer) |
Modifier and Type | Method and Description |
---|---|
OpenSSHStatExtensionInfo |
clone() |
static OpenSSHStatExtensionInfo |
decode(Buffer buffer) |
static <I extends OpenSSHStatExtensionInfo> |
decode(Buffer buffer,
I info) |
<B extends Buffer> |
encode(B buffer) |
static <B extends Buffer> |
encode(B buffer,
OpenSSHStatExtensionInfo info) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public static final long SSH_FXE_STATVFS_ST_RDONLY
public static final long SSH_FXE_STATVFS_ST_NOSUID
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
public OpenSSHStatExtensionInfo()
public OpenSSHStatExtensionInfo(Buffer buffer)
public <B extends Buffer> B encode(B buffer)
public OpenSSHStatExtensionInfo clone()
public static <B extends Buffer> B encode(B buffer, OpenSSHStatExtensionInfo info)
public static OpenSSHStatExtensionInfo decode(Buffer buffer)
public static <I extends OpenSSHStatExtensionInfo> I decode(Buffer buffer, I info)
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.