public class SolarisHeapFileStat extends BaseHeapFileStat
HeapStruct.Int16, HeapStruct.Int32, HeapStruct.Int64, HeapStruct.Long, HeapStruct.UInt32
com.kenai.jaffl.struct.Struct.AbstractBoolean, com.kenai.jaffl.struct.Struct.AbstractMember, com.kenai.jaffl.struct.Struct.Address, com.kenai.jaffl.struct.Struct.AsciiString, com.kenai.jaffl.struct.Struct.AsciiStringRef, com.kenai.jaffl.struct.Struct.Boolean, com.kenai.jaffl.struct.Struct.Constants, com.kenai.jaffl.struct.Struct.Double, com.kenai.jaffl.struct.Struct.Enum<T extends Enum<T>>, com.kenai.jaffl.struct.Struct.Enum16<E extends Enum<E>>, com.kenai.jaffl.struct.Struct.Enum32<E extends Enum<E>>, com.kenai.jaffl.struct.Struct.Enum64<E extends Enum<E>>, com.kenai.jaffl.struct.Struct.Enum8<E extends Enum<E>>, com.kenai.jaffl.struct.Struct.EnumField<E>, com.kenai.jaffl.struct.Struct.EnumLong<E extends Enum<E>>, com.kenai.jaffl.struct.Struct.Float, com.kenai.jaffl.struct.Struct.Member, com.kenai.jaffl.struct.Struct.NumberField, com.kenai.jaffl.struct.Struct.Offset, com.kenai.jaffl.struct.Struct.Padding, com.kenai.jaffl.struct.Struct.Pointer, com.kenai.jaffl.struct.Struct.Signed16, com.kenai.jaffl.struct.Struct.Signed32, com.kenai.jaffl.struct.Struct.Signed64, com.kenai.jaffl.struct.Struct.Signed8, com.kenai.jaffl.struct.Struct.SignedLong, com.kenai.jaffl.struct.Struct.String, com.kenai.jaffl.struct.Struct.Unsigned16, com.kenai.jaffl.struct.Struct.Unsigned32, com.kenai.jaffl.struct.Struct.Unsigned64, com.kenai.jaffl.struct.Struct.Unsigned8, com.kenai.jaffl.struct.Struct.UnsignedLong, com.kenai.jaffl.struct.Struct.UTF8String, com.kenai.jaffl.struct.Struct.UTF8StringRef, com.kenai.jaffl.struct.Struct.UTFString, com.kenai.jaffl.struct.Struct.UTFStringRef, com.kenai.jaffl.struct.Struct.WBOOL
Modifier and Type | Field and Description |
---|---|
static int |
_ST_FSTYPSZ |
HeapStruct.Int32 |
st_atim_nsec |
HeapStruct.Int32 |
st_atim_sec |
HeapStruct.Int32 |
st_blksize |
HeapStruct.Int64 |
st_blocks |
HeapStruct.Int32 |
st_ctim_nsec |
HeapStruct.Int32 |
st_ctim_sec |
HeapStruct.Int32 |
st_dev |
com.kenai.jaffl.struct.Struct.Signed8[] |
st_fstype |
HeapStruct.Int32 |
st_gid |
HeapStruct.Int64 |
st_ino |
HeapStruct.Int32 |
st_mode |
HeapStruct.Int32 |
st_mtim_nsec |
HeapStruct.Int32 |
st_mtim_sec |
HeapStruct.Int32 |
st_nlink |
com.kenai.jaffl.struct.Struct.SignedLong[] |
st_pad1 |
com.kenai.jaffl.struct.Struct.SignedLong[] |
st_pad2 |
com.kenai.jaffl.struct.Struct.SignedLong[] |
st_pad4 |
HeapStruct.Int32 |
st_rdev |
HeapStruct.Int64 |
st_size |
HeapStruct.Int32 |
st_uid |
posix
Constructor and Description |
---|
SolarisHeapFileStat() |
SolarisHeapFileStat(POSIX posix) |
Modifier and Type | Method and Description |
---|---|
long |
atime() |
long |
blocks() |
long |
blockSize() |
long |
ctime() |
long |
dev() |
int |
gid() |
long |
ino() |
int |
mode() |
long |
mtime() |
int |
nlink() |
long |
rdev() |
long |
st_size()
Note: Name 'st_size' since Structure has a 'size' method already
|
int |
uid() |
ftype, groupMember, isBlockDev, isCharDev, isDirectory, isEmpty, isExecutable, isExecutableReal, isFifo, isFile, isGroupOwned, isIdentical, isNamedPipe, isOwned, isReadable, isReadableReal, isROwned, isSetgid, isSetuid, isSocket, isSticky, isSymlink, isWritable, isWritableReal, major, minor
public static final int _ST_FSTYPSZ
public final HeapStruct.Int32 st_dev
public final com.kenai.jaffl.struct.Struct.SignedLong[] st_pad1
public final HeapStruct.Int64 st_ino
public final HeapStruct.Int32 st_mode
public final HeapStruct.Int32 st_nlink
public final HeapStruct.Int32 st_uid
public final HeapStruct.Int32 st_gid
public final HeapStruct.Int32 st_rdev
public final com.kenai.jaffl.struct.Struct.SignedLong[] st_pad2
public final HeapStruct.Int64 st_size
public final HeapStruct.Int32 st_atim_sec
public final HeapStruct.Int32 st_atim_nsec
public final HeapStruct.Int32 st_mtim_sec
public final HeapStruct.Int32 st_mtim_nsec
public final HeapStruct.Int32 st_ctim_sec
public final HeapStruct.Int32 st_ctim_nsec
public final HeapStruct.Int32 st_blksize
public final HeapStruct.Int64 st_blocks
public final com.kenai.jaffl.struct.Struct.Signed8[] st_fstype
public final com.kenai.jaffl.struct.Struct.SignedLong[] st_pad4
public SolarisHeapFileStat()
public SolarisHeapFileStat(POSIX posix)
public long atime()
public long blocks()
public long blockSize()
public long ctime()
public long dev()
public int gid()
public long ino()
public int mode()
public long mtime()
public int nlink()
public long rdev()
public long st_size()
FileStat
public int uid()
Copyright © 2013. All rights reserved.