Previous section   Next section
ByteArrayHolder javax.xml.rpc.holders

JAX-RPC 1.0; JWSDP 1.0, J2EE 1.4
public final class ByteArrayHolder implements Holder {
// Public Constructors
    public ByteArrayHolder(  ); 
    public ByteArrayHolder( byte[ ] mybyteArray); 
// Public Instance Fields
    public byte[ ] value; 
}

A Holder class that contains an array of bytes (i.e., byte[ ]).


  Previous section   Next section