public class MacOSStat extends FileStat
Modifier and Type | Field and Description |
---|---|
long |
st_atime |
long |
st_atimensec |
int |
st_blksize |
long |
st_blocks |
long |
st_ctime |
long |
st_ctimensec |
int |
st_dev |
int |
st_flags |
int |
st_gen |
int |
st_gid |
int |
st_ino |
int |
st_lspare |
short |
st_mode |
long |
st_mtime |
long |
st_mtimensec |
short |
st_nlink |
long |
st_qspare0 |
long |
st_qspare1 |
int |
st_rdev |
long |
st_size |
int |
st_uid |
Constructor and Description |
---|
MacOSStat() |
Modifier and Type | Method and Description |
---|---|
long |
atime() |
long |
blocks() |
long |
blockSize() |
long |
ctime() |
java.lang.String |
customRepr() |
long |
dev() |
java.util.List<java.lang.String> |
getFieldOrder() |
int |
gid() |
long |
ino() |
int |
mode() |
long |
mtime() |
int |
nlink() |
long |
rdev() |
long |
st_size() |
java.lang.String |
systemCommand() |
int |
uid() |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public int st_dev
public int st_ino
public short st_mode
public short st_nlink
public int st_uid
public int st_gid
public int st_rdev
public long st_atime
public long st_atimensec
public long st_mtime
public long st_mtimensec
public long st_ctime
public long st_ctimensec
public long st_size
public long st_blocks
public int st_blksize
public int st_flags
public int st_gen
public int st_lspare
public long st_qspare0
public long st_qspare1
public java.util.List<java.lang.String> getFieldOrder()
getFieldOrder
in class com.sun.jna.Structure
public java.lang.String systemCommand()
systemCommand
in class FileStat
public java.lang.String customRepr()
customRepr
in class FileStat