org.jruby.ext.posix
Class NativeGroup

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.jruby.ext.posix.NativeGroup
All Implemented Interfaces:
Group
Direct Known Subclasses:
DefaultNativeGroup

public abstract class NativeGroup
extends com.sun.jna.Structure
implements Group


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
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NativeGroup()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jruby.ext.posix.Group
getGID, getMembers, getName, getPassword
 

Constructor Detail

NativeGroup

public NativeGroup()


Copyright © 2009. All Rights Reserved.