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