Package org.apache.poi.hwpf.model
Class SectionDescriptor
- java.lang.Object
 - 
- org.apache.poi.hwpf.model.SectionDescriptor
 
 
- 
@Internal public final class SectionDescriptor extends java.lang.Object
Section Descriptor (SED) See page 186 for details. 
- 
- 
Constructor Summary
Constructors Constructor Description SectionDescriptor()SectionDescriptor(byte[] buf, int offset) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetFc()inthashCode()voidsetFc(int fc)byte[]toByteArray()java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getFc
public int getFc()
 
- 
setFc
public void setFc(int fc)
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toByteArray
public byte[] toByteArray()
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -