org.omg.CORBA
Class FloatSeqHelper

java.lang.Object
  extended by org.omg.CORBA.FloatSeqHelper

public abstract class FloatSeqHelper
extends Object


Constructor Summary
FloatSeqHelper()
           
 
Method Summary
static float[] extract(Any any)
           
static String id()
           
static void insert(Any any, float[] val)
           
static float[] read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, float[] val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatSeqHelper

public FloatSeqHelper()
Method Detail

insert

public static void insert(Any any,
                          float[] val)

extract

public static float[] extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static float[] read(InputStream in)

write

public static void write(OutputStream out,
                         float[] val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.