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 boolean
equals(java.lang.Object o)
int
getFc()
int
hashCode()
void
setFc(int fc)
byte[]
toByteArray()
java.lang.String
toString()
-
-
-
Method Detail
-
getFc
public int getFc()
-
setFc
public void setFc(int fc)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toByteArray
public byte[] toByteArray()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-