if (null==sMsgCharSeq) DebugFile.writeln("characer sequence is null");
}
BodyPart oPart = oParts.getBodyPart(p);
byOutPart = new ByteArrayOutputStream(oPart.getSize() > 0 ? oPart.getSize() : 131072);
oPart.writeTo(byOutPart);
if (sMsgCharSeq!=null && sBoundary!=null && iPrevPart>0) {
iThisPart = sMsgCharSeq.indexOf(sBoundary, iPrevPart);
if (iThisPart>0) {
if (DebugFile.trace) DebugFile.writeln("found part " + String.valueOf(p+iOffset) + " boundary at " + String.valueOf(iThisPart));