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
-
ByteArray(byte[])
- Construct a new ByteArray
-
getBytes()
- Get the encapsulated byte array
ByteArray
public ByteArray(byte bytes[])
- Construct a new ByteArray
- Parameters:
- bytes - The byte array
getBytes
public byte[] getBytes()
- Get the encapsulated byte array
- Returns:
- bytes The byte array
All Packages Class Hierarchy This Package Previous Next Index