public abstract class IdentityExtensionHelper extends Object
| Constructor and Description | 
|---|
| IdentityExtensionHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| static byte[] | extract(Any a) | 
| static String | id() | 
| static void | insert(Any a,
      byte[] that) | 
| static byte[] | read(InputStream istream) | 
| static TypeCode | type() | 
| static void | write(OutputStream ostream,
     byte[] value) | 
public static void insert(Any a, byte[] that)
public static byte[] extract(Any a)
public static TypeCode type()
public static String id()
public static byte[] read(InputStream istream)
public static void write(OutputStream ostream, byte[] value)
Copyright © 2016 JBoss by Red Hat. All rights reserved.