org.apache.poi.hwpf.model
Class SectionDescriptor

java.lang.Object
  extended by org.apache.poi.hwpf.model.SectionDescriptor

public class SectionDescriptor
extends java.lang.Object


Constructor Summary
SectionDescriptor()
           
SectionDescriptor(byte[] buf, int offset)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getFc()
           
 void setFc(int fc)
           
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionDescriptor

public SectionDescriptor()

SectionDescriptor

public SectionDescriptor(byte[] buf,
                         int offset)
Method Detail

getFc

public int getFc()

setFc

public void setFc(int fc)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toByteArray

public byte[] toByteArray()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.