org.jruby.ext.posix
Class HeapStruct.Int16

java.lang.Object
  extended by org.jruby.ext.posix.HeapStruct.Field
      extended by org.jruby.ext.posix.HeapStruct.Int16
Direct Known Subclasses:
HeapStruct.Short
Enclosing class:
HeapStruct

protected class HeapStruct.Int16
extends HeapStruct.Field


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

Constructor Detail

HeapStruct.Int16

public HeapStruct.Int16()

HeapStruct.Int16

public HeapStruct.Int16(short value)
Method Detail

get

public final short get()

set

public final void set(short value)


Copyright © 2009. All Rights Reserved.