@Internal public final class SectionDescriptor extends Object implements Duplicatable
| Constructor and Description |
|---|
SectionDescriptor() |
SectionDescriptor(byte[] buf,
int offset) |
SectionDescriptor(SectionDescriptor other) |
| Modifier and Type | Method and Description |
|---|---|
SectionDescriptor |
copy() |
boolean |
equals(Object o) |
int |
getFc() |
int |
hashCode() |
void |
setFc(int fc) |
byte[] |
toByteArray() |
String |
toString() |
public SectionDescriptor()
public SectionDescriptor(SectionDescriptor other)
public SectionDescriptor(byte[] buf,
int offset)
public int getFc()
public void setFc(int fc)
public byte[] toByteArray()
public SectionDescriptor copy()
copy in interface Duplicatable