org.jruby.ext.posix
Class HeapStruct.Int8

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

protected class HeapStruct.Int8
extends HeapStruct.Field


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

Constructor Detail

HeapStruct.Int8

public HeapStruct.Int8()

HeapStruct.Int8

public HeapStruct.Int8(byte value)
Method Detail

get

public final byte get()

set

public final void set(byte value)


Copyright © 2009. All Rights Reserved.