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.
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