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