EXIficient

com.siemens.ct.exi.values
Class BinaryValue

java.lang.Object
  extended by com.siemens.ct.exi.values.AbstractValue
      extended by com.siemens.ct.exi.values.BinaryValue
All Implemented Interfaces:
Value

public class BinaryValue
extends AbstractValue


Constructor Summary
BinaryValue(byte[] bytes)
           
 
Method Summary
 byte[] toBytes()
           
 char[] toCharacters()
           
 
Methods inherited from class com.siemens.ct.exi.values.AbstractValue
getCharactersLength, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinaryValue

public BinaryValue(byte[] bytes)
Method Detail

toBytes

public byte[] toBytes()

toCharacters

public char[] toCharacters()

EXIficient