@Internal public final class SectionDescriptor extends java.lang.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(java.lang.Object o) |
int |
getFc() |
int |
hashCode() |
void |
setFc(int fc) |
byte[] |
toByteArray() |
java.lang.String |
toString() |
public SectionDescriptor()
public SectionDescriptor(SectionDescriptor other)
public SectionDescriptor(byte[] buf, int offset)
public int getFc()
public void setFc(int fc)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public byte[] toByteArray()
public java.lang.String toString()
toString
in class java.lang.Object
public SectionDescriptor copy()
copy
in interface Duplicatable
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.