PROXY  WHOIS  RQUOTE  TEXTS  SOFT  FOREX  BBOARD
 Music  Philosophy  Code  Literature  Russian

= ROOT|Technical|Code_Examples|Java|javax|print|DocFlavor.java =

page 8 of 15



    	/**
    	 * Doc flavor with MIME type =
	 * <CODE>"text/plain; charset=us-ascii"</CODE>,
	 * print data representation class name =
	 * <CODE>"[B"</CODE> (byte array). 
    	 */
    	public static final BYTE_ARRAY TEXT_PLAIN_US_ASCII =
	    new BYTE_ARRAY ("text/plain; charset=us-ascii");


    	/**
    	 * Doc flavor with MIME type = <CODE>"text/html"</CODE>,
	 * encoded in the host platform encoding.
	 * See {@link DocFlavor#hostEncoding <CODE>hostEncoding</CODE>}
    	 * Print data representation class name =
	 * <CODE>"[B"</CODE> (byte array). 
    	 */
    	public static final BYTE_ARRAY TEXT_HTML_HOST =
	    new BYTE_ARRAY ("text/html; charset="+hostEncoding);

    	/**
    	 * Doc flavor with MIME type =
	 * <CODE>"text/html; charset=utf-8"</CODE>, 
    	 * print data representation class name = <CODE>"[B"</CODE> (byte 
    	 * array). 
    	 */
    	public static final BYTE_ARRAY TEXT_HTML_UTF_8 =
	    new BYTE_ARRAY ("text/html; charset=utf-8");

   	/**
    	 * Doc flavor with MIME type =
	 * <CODE>"text/html; charset=utf-16"</CODE>,
    	 * print data representation class name = <CODE>"[B"</CODE> (byte 
    	 * array). 
    	 */
    	public static final BYTE_ARRAY TEXT_HTML_UTF_16 =
	    new BYTE_ARRAY ("text/html; charset=utf-16");

   	/**
    	 * Doc flavor with MIME type =
	 * <CODE>"text/html; charset=utf-16be"</CODE>
	 * (big-endian byte ordering), 
    	 * print data representation class name = <CODE>"[B"</CODE> (byte 
    	 * array). 
    	 */
    	public static final BYTE_ARRAY TEXT_HTML_UTF_16BE =
	    new BYTE_ARRAY ("text/html; charset=utf-16be");

   	/**
    	 * Doc flavor with MIME type =
	 * <CODE>"text/html; charset=utf-16le"</CODE>
	 * (little-endian byte ordering), 
    	 * print data representation class name = <CODE>"[B"</CODE> (byte 
    	 * array). 
    	 */
    	public static final BYTE_ARRAY TEXT_HTML_UTF_16LE =
	    new BYTE_ARRAY ("text/html; charset=utf-16le");

    	/**
    	 * Doc flavor with MIME type =
	 * <CODE>"text/html; charset=us-ascii"</CODE>,
	 * print data representation class name =
	 * <CODE>"[B"</CODE> (byte array). 
    	 */
    	public static final BYTE_ARRAY TEXT_HTML_US_ASCII =
	    new BYTE_ARRAY ("text/html; charset=us-ascii");


    	/**
    	 * Doc flavor with MIME type = <CODE>"application/pdf"</CODE>, print 
    	 * data representation class name = <CODE>"[B"</CODE> (byte array). 
    	 */
    	public static final BYTE_ARRAY PDF = new BYTE_ARRAY ("application/pdf");

    	/**
    	 * Doc flavor with MIME type = <CODE>"application/postscript"</CODE>, 
    	 * print data representation class name = <CODE>"[B"</CODE> (byte 
    	 * array). 
    	 */
    	public static final BYTE_ARRAY POSTSCRIPT =
	    new BYTE_ARRAY ("application/postscript");

    	/**
    	 * Doc flavor with MIME type = <CODE>"application/vnd.hp-PCL"</CODE>, 
    	 * print data representation class name = <CODE>"[B"</CODE> (byte 
    	 * array). 
    	 */
    	public static final BYTE_ARRAY PCL =
	    new BYTE_ARRAY ("application/vnd.hp-PCL");

    	/**
    	 * Doc flavor with MIME type = <CODE>"image/gif"</CODE>, print data 
    	 * representation class name = <CODE>"[B"</CODE> (byte array). 
    	 */
    	public static final BYTE_ARRAY GIF = new BYTE_ARRAY ("image/gif");

    	/**
    	 * Doc flavor with MIME type = <CODE>"image/jpeg"</CODE>, print data 
    	 * representation class name = <CODE>"[B"</CODE> (byte array). 
    	 */
=8=

1|2|3|4|5|6|7| < PREV = PAGE 8 = NEXT > |9|10|11|12|13|14|15

UP TO ROOT | UP TO DIR | TO FIRST PAGE

Google
 


E-mail Facebook Google Digg del.icio.us BlinkList Fark Furl Ma.gnolia Netscape NewsVine Reddit Slashdot Spurl StumbleUpon Technorati YahooMyWeb LiveJournal Blogmarks TwitThis Live News2.ru BobrDobr.ru Memori.ru MoeMesto.ru

0.012898 wallclock secs ( 0.01 usr + 0.01 sys = 0.02 CPU)