All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.xmlmiddleware.conversions.ByteArray

java.lang.Object
   |
   +----org.xmlmiddleware.conversions.ByteArray

public class ByteArray
extends Object
Convenience class so we can represent binary data (a byte array) as an Object.

Version:
2.0
Author:
Ronald Bourret, 2001

Constructor Index

 o ByteArray(byte[])
Construct a new ByteArray

Method Index

 o getBytes()
Get the encapsulated byte array

Constructors

 o ByteArray
 public ByteArray(byte bytes[])
Construct a new ByteArray

Parameters:
bytes - The byte array

Methods

 o getBytes
 public byte[] getBytes()
Get the encapsulated byte array

Returns:
bytes The byte array

All Packages  Class Hierarchy  This Package  Previous  Next  Index