|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--VKRep.TReportAbstract.TBiffRecHeader
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:
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 |
public short opcode
public short length
Constructor Detail |
public TReportAbstract.TBiffRecHeader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |