Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.DynamicAny.DynSequenceHelper
public abstract class DynSequenceHelper extends Object
DynSequence objects support the manipulation of IDL sequences.
Constructor and Description |
---|
DynSequenceHelper()
|
Modifier and Type | Method and Description |
---|---|
static DynSequence |
extract(Any a)
|
static String |
id()
|
static void |
insert(Any a,
DynSequence that)
|
static DynSequence |
narrow(Object obj)
|
static DynSequence |
read(InputStream istream)
|
static TypeCode |
type()
|
static DynSequence |
unchecked_narrow(Object obj)
|
static void |
write(OutputStream ostream,
DynSequence value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynSequenceHelper()
Method Detail |
---|
public static void insert(Any a, DynSequence that)
public static DynSequence extract(Any a)
public static TypeCode type()
public static String id()
public static DynSequence read(InputStream istream)
public static void write(OutputStream ostream, DynSequence value)
public static DynSequence narrow(Object obj)
public static DynSequence unchecked_narrow(Object obj)
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.