/* (non-Javadoc)
* @see javax.activation.DataSource#getInputStream()
*/
public InputStream getInputStream() throws IOException {
InputStream is = new BAAInputStream(data, length);
String cte = null;
try {
cte = getContentTransferEncoding();
if(cte != null){
if(log.isDebugEnabled()){