public final class Tpdfbit extends Object
| Constructor and Description |
|---|
Tpdfbit(BitSet bits)
Creates an instance of bits.
|
| Modifier and Type | Method and Description |
|---|---|
BitSet |
bits()
Returns the attribute bits.
|
void |
bits(BitSet bits)
Sets the attribute bits.
|
boolean |
equals(Object obj) |
static Tpdfbit |
fromString(String valInString)
Returns the object of tpdfbit fromString input String tpdfbit.
|
int |
hashCode() |
static Tpdfbit |
of(BitSet value)
Returns the object of tpdfbit for type bits.
|
String |
toString() |
public Tpdfbit(BitSet bits)
bits - value of bitspublic static Tpdfbit of(BitSet value)
value - value of tpdfbit for type bitspublic BitSet bits()
public void bits(BitSet bits)
bits - value of bitsCopyright © 2018. All rights reserved.