net.sf.xbus.base.bytearraylist
Interface ByteArrayConverter

All Known Implementing Classes:
ByteArrayConverterAS400, ByteArrayConverterFile

public interface ByteArrayConverter

Author:
Fleckenstein To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Method Summary
 java.lang.String byteArrayToString(byte[] array)
           
 byte[] stringToByteArray(java.lang.String string)
           
 byte[] stringToByteArray(java.lang.String string, int length)
           
 

Method Detail

byteArrayToString

java.lang.String byteArrayToString(byte[] array)
                                   throws XException
Throws:
XException

stringToByteArray

byte[] stringToByteArray(java.lang.String string,
                         int length)
                         throws XException
Throws:
XException

stringToByteArray

byte[] stringToByteArray(java.lang.String string)
                         throws XException
Throws:
XException