Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.mail.handler
Class TextPlain  view TextPlain download TextPlain.java

java.lang.Object
  extended bygnu.mail.handler.Text
      extended bygnu.mail.handler.TextPlain
All Implemented Interfaces:
javax.activation.DataContentHandler

public final class TextPlain
extends Text

A JAF data content handler for the text/plain MIME content type.


Field Summary
 
Fields inherited from class gnu.mail.handler.Text
flavor
 
Constructor Summary
TextPlain()
          Constructor for text/plain.
 
Methods inherited from class gnu.mail.handler.Text
getContent, getJavaCharset, getTransferData, getTransferDataFlavors, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPlain

public TextPlain()
Constructor for text/plain.