com.moesol.tests.disp.com_server
Class NASTY_STRUCT.Array

java.lang.Object
  extended by com.moesol.bindings.NativeArrayOfStructs
      extended by com.moesol.tests.disp.com_server.NASTY_STRUCT.Array
Enclosing class:
NASTY_STRUCT

public static class NASTY_STRUCT.Array
extends NativeArrayOfStructs

Represent a native array of these structures


Constructor Summary
NASTY_STRUCT.Array(ByteBuffer bb)
           
 
Method Summary
 NASTY_STRUCT get(int index)
           
 int getDynamicSize()
           
 int length()
           
 void put(int index, NASTY_STRUCT value)
           
 String toString()
           
 
Methods inherited from class com.moesol.bindings.NativeArrayOfStructs
_getByteBuffer, getElementSlice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NASTY_STRUCT.Array

public NASTY_STRUCT.Array(ByteBuffer bb)
Method Detail

get

public NASTY_STRUCT get(int index)

put

public void put(int index,
                NASTY_STRUCT value)

length

public int length()

getDynamicSize

public int getDynamicSize()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.