Package com.sun.jna.platform.mac
Class SystemB.Statfs
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.mac.SystemB.Statfs
- Enclosing interface:
- SystemB
@FieldOrder({"f_bsize","f_iosize","f_blocks","f_bfree","f_bavail","f_files","f_ffree","f_fsid","f_owner","f_type","f_flags","f_fssubtype","f_fstypename","f_mntonname","f_mntfromname","f_reserved"})
public static class SystemB.Statfs
extends Structure
The statfs() routine returns information about a mounted file system. The
 path argument is the path name of any file or directory within the mounted
 file system. The buf argument is a pointer to a statfs structure.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionlonglonglongintlonglongintint[]intbyte[]intbyte[]byte[]intint[]intFields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
- 
Field Details- 
f_bsizepublic int f_bsize
- 
f_iosizepublic int f_iosize
- 
f_blockspublic long f_blocks
- 
f_bfreepublic long f_bfree
- 
f_bavailpublic long f_bavail
- 
f_filespublic long f_files
- 
f_ffreepublic long f_ffree
- 
f_fsidpublic int[] f_fsid
- 
f_ownerpublic int f_owner
- 
f_typepublic int f_type
- 
f_flagspublic int f_flags
- 
f_fssubtypepublic int f_fssubtype
- 
f_fstypenamepublic byte[] f_fstypename
- 
f_mntonnamepublic byte[] f_mntonname
- 
f_mntfromnamepublic byte[] f_mntfromname
- 
f_reservedpublic int[] f_reserved
 
- 
- 
Constructor Details- 
Statfspublic Statfs()
 
-