org.llrp.ltk.types
Class UTF8String_UTF_8

java.lang.Object
  extended by org.llrp.ltk.types.LLRPType
      extended by org.llrp.ltk.types.UTF8String
          extended by org.llrp.ltk.types.UTF8String_UTF_8

public class UTF8String_UTF_8
extends UTF8String

String in UTF8 Format


Field Summary
 
Fields inherited from class org.llrp.ltk.types.UTF8String
LENGTH, string
 
Constructor Summary
UTF8String_UTF_8()
           
UTF8String_UTF_8(org.jdom.Element element)
          Creates a new UTF8String object from jdom element - used for xml decoding
UTF8String_UTF_8(LLRPBitList subList)
          Creates a new UTF8String object.
UTF8String_UTF_8(java.lang.String string)
          Creates a new UTF8String object.
 
Method Summary
static int length()
          length in number of bits used to represent this type.
 
Methods inherited from class org.llrp.ltk.types.UTF8String
decodeBinary, decodeXML, encodeBinary, encodeXML, equals, getByteLength, hashCode, inRange, toString, toString
 
Methods inherited from class org.llrp.ltk.types.LLRPType
toXMLString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UTF8String_UTF_8

public UTF8String_UTF_8()

UTF8String_UTF_8

public UTF8String_UTF_8(LLRPBitList subList)
Creates a new UTF8String object.

Parameters:
subList - to be decoded

UTF8String_UTF_8

public UTF8String_UTF_8(org.jdom.Element element)
Creates a new UTF8String object from jdom element - used for xml decoding

Parameters:
element - to be decoded

UTF8String_UTF_8

public UTF8String_UTF_8(java.lang.String string)
Creates a new UTF8String object.

Parameters:
string - to be represented
Method Detail

length

public static int length()
length in number of bits used to represent this type.

Returns:
int


Copyright © 2007 ETH Zurich.