org.jruby.ext.posix
Class HeapStruct.UInt16

java.lang.Object
  extended by org.jruby.ext.posix.HeapStruct.Field
      extended by org.jruby.ext.posix.HeapStruct.UInt16
Enclosing class:
HeapStruct

protected class HeapStruct.UInt16
extends HeapStruct.Field


Field Summary
 
Fields inherited from class org.jruby.ext.posix.HeapStruct.Field
align, offset, size
 
Constructor Summary
HeapStruct.UInt16()
           
HeapStruct.UInt16(short value)
           
 
Method Summary
 int get()
           
 void set(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapStruct.UInt16

public HeapStruct.UInt16()

HeapStruct.UInt16

public HeapStruct.UInt16(short value)
Method Detail

get

public final int get()

set

public final void set(int value)


Copyright © 2011. All Rights Reserved.