Package FIPA
Class OptReceivedObjectHelper
- java.lang.Object
-
- FIPA.OptReceivedObjectHelper
-
public class OptReceivedObjectHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReceivedObject[]extract(Any a)static Stringid()static voidinsert(Any a, ReceivedObject[] that)static ReceivedObject[]read(InputStream in)static TypeCodetype()static voidwrite(OutputStream out, ReceivedObject[] that)
-
-
-
Method Detail
-
write
public static void write(OutputStream out, ReceivedObject[] that)
-
read
public static ReceivedObject[] read(InputStream in)
-
extract
public static ReceivedObject[] extract(Any a)
-
insert
public static void insert(Any a, ReceivedObject[] that)
-
type
public static TypeCode type()
-
id
public static String id()
-
-