com.agfa.hap.sdo.impl
Class BytesTypeConverter

java.lang.Object
  extended by com.agfa.hap.sdo.impl.TypeConverter<byte[]>
      extended by com.agfa.hap.sdo.impl.BytesTypeConverter

public class BytesTypeConverter
extends TypeConverter<byte[]>


Constructor Summary
BytesTypeConverter()
           
 
Method Summary
 byte[] parse(java.lang.String hexString)
          Parse the string and return an instance of the implementation class with a value that is represented by the string parameter.
 java.lang.String toString(byte[] instance)
          Convert the instance to a string.
 
Methods inherited from class com.agfa.hap.sdo.impl.TypeConverter
get, getDefaultConverter, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytesTypeConverter

public BytesTypeConverter()
Method Detail

parse

public byte[] parse(java.lang.String hexString)
Description copied from class: TypeConverter
Parse the string and return an instance of the implementation class with a value that is represented by the string parameter.

Specified by:
parse in class TypeConverter<byte[]>

toString

public java.lang.String toString(byte[] instance)
Description copied from class: TypeConverter
Convert the instance to a string. The instance is guaranteed to be of type T.

Specified by:
toString in class TypeConverter<byte[]>


Copyright © 2007. All Rights Reserved.