LOGGER.finer("CONTENT DATASIZE = " + size);
// The TraversalContext Interface provides additional
// screening based upon content size and mimetype.
if (traversalContext != null) {
String mt = mimeType.toString2();
if (LOGGER.isLoggable(Level.FINER))
LOGGER.finer("CONTENT TYPE = " + mt);
// Is this MimeType supported? If not, don't feed content.
int supportLevel = traversalContext.mimeTypeSupportLevel(mt);