}
public String contentString ()
{
String contentString = null;
AWByteArray contentByteArray = contentByteArray();
byte[] contentBytes = contentByteArray.array();
try {
contentString = new String(contentBytes, 0, contentByteArray.inUse, _characterEncoding.name);
}
catch (UnsupportedEncodingException unsupportedEncodingException) {
throw new AWGenericException(unsupportedEncodingException);