public final class Tag extends Object
| Constructor and Description |
|---|
Tag(TagClass tagClass,
boolean constructed,
int tagNumber) |
Tag(TagEncoding encoding,
boolean constructed) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertEoc() |
boolean |
equals(Object obj) |
TagClass |
getTagClass() |
int |
getTagNumber() |
int |
hashCode() |
boolean |
isConstructed() |
boolean |
isEoc() |
String |
toString() |
public Tag(TagEncoding encoding, boolean constructed)
public Tag(TagClass tagClass, boolean constructed, int tagNumber)
public TagClass getTagClass()
public boolean isConstructed()
public int getTagNumber()
public void assertEoc()
public boolean isEoc()
Copyright © 2017. All rights reserved.