bytes = BodyTagClose.bytes(_characterEncoding);
outputStream.write(bytes, 0, bytes.length);
_bytesWritten += bytes.length;
}
catch (IOException ioexception) {
throw new AWGenericException(ioexception);
}
}
_bytesWritten += writeContext._bytesWritten;
_previousResponse = null;