ca.quine.jcommons.sourceexporter.array
Class ByteArrayConverter

java.lang.Object
  |
  +--ca.quine.jcommons.sourceexporter.array.ArrayConverter
        |
        +--ca.quine.jcommons.sourceexporter.array.ByteArrayConverter
All Implemented Interfaces:
IArrayConverter, IRegistrant

public class ByteArrayConverter
extends ArrayConverter
implements IRegistrant


Constructor Summary
ByteArrayConverter()
           
 
Method Summary
 Object[] convertArray(Object array, int dimension)
           
 Object[] getRegistrationKeys()
           
 
Methods inherited from class ca.quine.jcommons.sourceexporter.array.ArrayConverter
createObjectArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayConverter

public ByteArrayConverter()
Method Detail

getRegistrationKeys

public Object[] getRegistrationKeys()
Specified by:
getRegistrationKeys in interface IRegistrant

convertArray

public Object[] convertArray(Object array,
                             int dimension)
                      throws ClassNotFoundException
Specified by:
convertArray in interface IArrayConverter
ClassNotFoundException