public
classByteArrayMessageElement
extends MessageElement
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Not specified.
A Message Element using byte arrays for the element data.
This implementation does not copy the byte array provided and assumes
that the contents of the byte array will not change through out the lifetime
of the MessageElement.
some synchronization is due to optimization in getBytes(boolean)
which replaces value of internal member b .