com.sun.emp.mtp.jcics
Class RecordLayout

java.lang.Object
  |
  +--com.sun.emp.mtp.jcics.RecordLayout
Direct Known Subclasses:
SocketMessage

public abstract class RecordLayout
extends java.lang.Object
implements IByteBuffer


Field Summary
 ByteAreaLayout CA
           
 
Constructor Summary
RecordLayout()
           
 
Method Summary
 boolean checkBytes(byte[] ba)
           
 byte[] getBytes()
           
 void setBytes(byte[] ba)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CA

public ByteAreaLayout CA
Constructor Detail

RecordLayout

public RecordLayout()
Method Detail

checkBytes

public boolean checkBytes(byte[] ba)
Specified by:
checkBytes in interface IByteBuffer

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface IByteBuffer

setBytes

public void setBytes(byte[] ba)
Specified by:
setBytes in interface IByteBuffer


Copyright (c) 2005 by Sun Microsystems, Inc.