Searched refs:isTextType (Results 1 – 2 of 2) sorted by relevance
185 public static boolean isTextType(String contentType) { in isTextType() method in ContentType
445 && ContentType.isTextType(new String(part.getContentType()))) { in getMessageText()