OSMQ
v2.0.1

osmq.util
Interface ByteArray

All Known Subinterfaces:
DataRecord
All Known Implementing Classes:
ByteArrayImpl, DataRecordBean, DataRecordWrapper

public interface ByteArray


Method Summary
 byte[] getBytes()
          Returns the object as an array of bytes.
 boolean hasADelimiter()
           
 boolean isADataRecord()
           
 void setBytes(byte[] value)
           
 

Method Detail

getBytes

public byte[] getBytes()
Returns the object as an array of bytes.


setBytes

public void setBytes(byte[] value)

hasADelimiter

public boolean hasADelimiter()

isADataRecord

public boolean isADataRecord()

(c) 2000 - 2003 MQue Systems
All Rights Reserved