com.mucommander.file.util
Class POSIX.STATVFSSTRUCT

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.mucommander.file.util.POSIX.STATVFSSTRUCT
Enclosing interface:
POSIX

public static class POSIX.STATVFSSTRUCT
extends com.sun.jna.Structure

Structure that holds the information returned by POSIX.statvfs(String, com.mucommander.file.util.POSIX.STATVFSSTRUCT).


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue
 
Field Summary
 int f_bavail
           
 int f_bfree
           
 int f_blocks
           
 int f_bsize
           
 int f_favail
           
 int f_ffree
           
 int f_files
           
 int f_flag
           
 int f_frsize
           
 long f_fsid
           
 int f_namemax
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
POSIX.STATVFSSTRUCT()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

f_bsize

public int f_bsize

f_frsize

public int f_frsize

f_blocks

public int f_blocks

f_bfree

public int f_bfree

f_bavail

public int f_bavail

f_files

public int f_files

f_ffree

public int f_ffree

f_favail

public int f_favail

f_fsid

public long f_fsid

f_flag

public int f_flag

f_namemax

public int f_namemax
Constructor Detail

POSIX.STATVFSSTRUCT

public POSIX.STATVFSSTRUCT()


This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard