com.microfocus.cobol.lang.internal
Class CobolBytes

java.lang.Object
  extended bycom.microfocus.cobol.lang.internal.CobolBytes
Direct Known Subclasses:
CobolField

public abstract class CobolBytes
extends Object


Field Summary
protected  int length
           
protected  int offset
           
protected  CobolRecord record
           
 
Constructor Summary
CobolBytes(CobolRecord record, int offset, int length)
           
 
Method Summary
 byte[] getBytesValue()
           
protected  CobolRecord getRecord()
           
 void setBytes(byte[] newData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

protected int offset

length

protected int length

record

protected CobolRecord record
Constructor Detail

CobolBytes

public CobolBytes(CobolRecord record,
                  int offset,
                  int length)
Method Detail

getBytesValue

public byte[] getBytesValue()
                     throws CobolRecordException
Throws:
CobolRecordException

setBytes

public void setBytes(byte[] newData)
              throws CobolRecordException
Throws:
CobolRecordException

getRecord

protected CobolRecord getRecord()



Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.