org.jruby.ext.posix
Class Linux64FileStat

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.jruby.ext.posix.BaseNativeFileStat
          extended by org.jruby.ext.posix.Linux64FileStat
All Implemented Interfaces:
FileStat

public class Linux64FileStat
extends BaseNativeFileStat


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
 long __unused4
           
 long __unused5
           
 long __unused6
           
 long st_atime
           
 long st_atimensec
           
 long st_blksize
           
 long st_blocks
           
 long st_ctime
           
 long st_ctimensec
           
 long st_dev
           
 int st_gid
           
 long st_ino
           
 int st_mode
           
 long st_mtime
           
 long st_mtimensec
           
 long st_nlink
           
 long st_rdev
           
 long st_size
           
 int st_uid
           
 
Fields inherited from class org.jruby.ext.posix.BaseNativeFileStat
posix
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Fields inherited from interface org.jruby.ext.posix.FileStat
ALL_READ, ALL_WRITE, S_IFBLK, S_IFCHR, S_IFDIR, S_IFIFO, S_IFLNK, S_IFMT, S_IFREG, S_IFSOCK, S_IRGRP, S_IROTH, S_IRUSR, S_ISGID, S_ISUID, S_ISVTX, S_IWGRP, S_IWOTH, S_IWUSR, S_IXGRP, S_IXOTH, S_IXUGO, S_IXUSR
 
Constructor Summary
Linux64FileStat(POSIX posix)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.jruby.ext.posix.BaseNativeFileStat
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
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, 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

st_dev

public long st_dev

st_ino

public long st_ino

st_nlink

public long st_nlink

st_mode

public int st_mode

st_uid

public int st_uid

st_gid

public int st_gid

st_rdev

public long st_rdev

st_size

public long st_size

st_blksize

public long st_blksize

st_blocks

public long st_blocks

st_atime

public long st_atime

st_atimensec

public long st_atimensec

st_mtime

public long st_mtime

st_mtimensec

public long st_mtimensec

st_ctime

public long st_ctime

st_ctimensec

public long st_ctimensec

__unused4

public long __unused4

__unused5

public long __unused5

__unused6

public long __unused6
Constructor Detail

Linux64FileStat

public Linux64FileStat(POSIX posix)
Method Detail

atime

public long atime()

blockSize

public long blockSize()

blocks

public long blocks()

ctime

public long ctime()

dev

public long dev()

gid

public int gid()

ino

public long ino()

mode

public int mode()

mtime

public long mtime()

nlink

public int nlink()

rdev

public long rdev()

st_size

public long st_size()
Description copied from interface: FileStat
Note: Name 'st_size' since Structure has a 'size' method already


uid

public int uid()


Copyright © 2010. All Rights Reserved.