public static class SystemB.Statfs
extends com.sun.jna.Structure
| Modifier and Type | Field and Description |
|---|---|
long |
f_bavail |
long |
f_bfree |
long |
f_blocks |
int |
f_bsize |
long |
f_ffree |
long |
f_files |
int |
f_flags |
int[] |
f_fsid |
int |
f_fssubtype |
byte[] |
f_fstypename |
int |
f_iosize |
byte[] |
f_mntfromname |
byte[] |
f_mntonname |
int |
f_owner |
int[] |
f_reserved |
int |
f_type |
| Constructor and Description |
|---|
Statfs() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int f_bsize
public int f_iosize
public long f_blocks
public long f_bfree
public long f_bavail
public long f_files
public long f_ffree
public int[] f_fsid
public int f_owner
public int f_type
public int f_flags
public int f_fssubtype
public byte[] f_fstypename
public byte[] f_mntonname
public byte[] f_mntfromname
public int[] f_reserved
Copyright © 2010–2017 oshi. All rights reserved.