public class ApproximationFileEntry extends Object
| Constructor and Description |
|---|
ApproximationFileEntry(byte[] bitString)
Creates a new instance
|
ApproximationFileEntry(byte[] bitString,
boolean active)
Creates new instance
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBitString()
Getter of property
|
boolean |
isActive()
Getter of property
|
void |
setActive(boolean active)
Setter of property
|
void |
setBitString(byte[] bitString)
Setter of property
|
public ApproximationFileEntry(byte[] bitString,
boolean active)
bitString - The bit stringactive - entry activepublic ApproximationFileEntry(byte[] bitString)
bitString - The bit stringpublic boolean isActive()
public void setActive(boolean active)
active - The property valuepublic byte[] getBitString()
public void setBitString(byte[] bitString)
bitString - The property valueCopyright © 2014. All Rights Reserved.