public class BytesToEnd_HEX extends BytesToEnd
bytes
Constructor and Description |
---|
BytesToEnd_HEX()
class representing BytesToEnd in Hex format.
|
BytesToEnd_HEX(org.jdom.Element element)
BytesToEnd created from XML element
|
BytesToEnd_HEX(LLRPBitList list)
bits interpreted to be in hexadecimal format.
|
BytesToEnd_HEX(LLRPBitList bitList,
int bitIndex,
int length) |
BytesToEnd_HEX(java.lang.String hexString) |
Modifier and Type | Method and Description |
---|---|
void |
decodeXML(org.jdom.Element element)
decode JDOM Element
|
org.jdom.Content |
encodeXML(java.lang.String name,
org.jdom.Namespace ns)
encode to XML
|
java.lang.String |
toString()
Bytes in HEX Format
|
add, decodeBinary, encodeBinary, get, getByteLength, inRange, length, size, toString
toXMLString
public BytesToEnd_HEX()
public BytesToEnd_HEX(LLRPBitList list)
list
- public BytesToEnd_HEX(LLRPBitList bitList, int bitIndex, int length)
public BytesToEnd_HEX(org.jdom.Element element)
element
- public BytesToEnd_HEX(java.lang.String hexString)
hexString
- String in Hexadecimal formatpublic org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
encodeXML
in class BytesToEnd
name
- of elementns
- Namespacepublic void decodeXML(org.jdom.Element element)
decodeXML
in class BytesToEnd
element
- to decodepublic java.lang.String toString()
toString
in class BytesToEnd
Copyright © 2007 ETH Zurich.