Package FIPA
Class EnvelopeHelper
- java.lang.Object
-
- FIPA.EnvelopeHelper
-
public class EnvelopeHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Envelopeextract(Any a)static Stringid()static voidinsert(Any a, Envelope that)static Enveloperead(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()
-
-