org.jruby.ext.socket
Class RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen
Enclosing class:
RubyUNIXSocket.LibCSocket.sockaddr_un.header

public static final class RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen
extends com.sun.jna.Structure


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
 byte sun_family
           
 byte sun_len
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen()
           
 
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
 

Field Detail

sun_len

public byte sun_len

sun_family

public byte sun_family
Constructor Detail

RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen

public RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.