VKRep
Class TReportAbstract.TBiffRecHeader

java.lang.Object
  |
  +--VKRep.TReportAbstract.TBiffRecHeader
Enclosing class:
TReportAbstract

protected class TReportAbstract.TBiffRecHeader
extends java.lang.Object

Title: The header of BIFF record.

Description: Any record in BIFF file (binary interchange file format) is begin with standard header consits of opcode and length of this record.

This class represent of this BIFF record header.

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Vlad Karpov

Field Summary
 short length
          Length record field of BIFF file record header.
 short opcode
          Opcode field of BIFF file record header.
 
Constructor Summary
TReportAbstract.TBiffRecHeader()
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opcode

public short opcode
Opcode field of BIFF file record header.


length

public short length
Length record field of BIFF file record header.

Constructor Detail

TReportAbstract.TBiffRecHeader

public TReportAbstract.TBiffRecHeader()
Constructor. Set to 0 of opcode and length.