OSMQ
v2.0.1

osmq.util
Class ByteArrayImpl

java.lang.Object
  extended byosmq.util.ByteArrayImpl
All Implemented Interfaces:
ByteArray

public class ByteArrayImpl
extends java.lang.Object
implements ByteArray


Constructor Summary
ByteArrayImpl()
           
ByteArrayImpl(byte[] value)
           
 
Method Summary
 byte[] getBytes()
          Returns the object as an array of bytes.
 boolean hasADelimiter()
           
 boolean isADataRecord()
           
 void setBytes(byte[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayImpl

public ByteArrayImpl()

ByteArrayImpl

public ByteArrayImpl(byte[] value)
Method Detail

getBytes

public byte[] getBytes()
Description copied from interface: ByteArray
Returns the object as an array of bytes.

Specified by:
getBytes in interface ByteArray

setBytes

public void setBytes(byte[] value)
Specified by:
setBytes in interface ByteArray

hasADelimiter

public boolean hasADelimiter()
Specified by:
hasADelimiter in interface ByteArray

isADataRecord

public boolean isADataRecord()
Specified by:
isADataRecord in interface ByteArray

(c) 2000 - 2003 MQue Systems
All Rights Reserved