com.ibm.record
Interface IByteBuffer

All Known Implementing Classes:
RecordLayout

public interface IByteBuffer


Method Summary
 boolean checkBytes(byte[] b)
           
 byte[] getBytes()
           
 void setBytes(byte[] b)
           
 

Method Detail

setBytes

public void setBytes(byte[] b)

getBytes

public byte[] getBytes()

checkBytes

public boolean checkBytes(byte[] b)


Copyright (c) 2005 by Sun Microsystems, Inc.