javax.print
public static class DocFlavor.BYTE_ARRAY extends DocFlavor
DocFlavor
objects for document
types which use a byte array for the print data representation.
All the defined doc flavors have a print data representation classname of "[B" (byte array).
Field Summary | |
---|---|
static DocFlavor.BYTE_ARRAY | AUTOSENSE
Byte array doc flavor with a MIME Type of "application/octet-stream". |
static DocFlavor.BYTE_ARRAY | GIF
Byte array doc flavor with a MIME Type of "image/gif". |
static DocFlavor.BYTE_ARRAY | JPEG
Byte array doc flavor with a MIME Type of "image/jpeg". |
static DocFlavor.BYTE_ARRAY | PCL
Byte array doc flavor with a MIME Type of "application/vnd.hp-PCL". |
static DocFlavor.BYTE_ARRAY | PDF
Byte array doc flavor with a MIME Type of "application/pdf". |
static DocFlavor.BYTE_ARRAY | PNG
Byte array doc flavor with a MIME Type of "image/png". |
static DocFlavor.BYTE_ARRAY | POSTSCRIPT
Byte array doc flavor with a MIME Type of "application/postscript". |
static DocFlavor.BYTE_ARRAY | TEXT_HTML_HOST
Byte array doc flavor with a MIME Type of "text/html" in the host encoding. |
static DocFlavor.BYTE_ARRAY | TEXT_HTML_US_ASCII
Byte array doc flavor with a MIME Type of "text/html; charset=us-ascii". |
static DocFlavor.BYTE_ARRAY | TEXT_HTML_UTF_16
Byte array doc flavor with a MIME Type of "text/html; charset=utf-16". |
static DocFlavor.BYTE_ARRAY | TEXT_HTML_UTF_16BE
Byte array doc flavor with a MIME Type of "text/html; charset=utf-16be". |
static DocFlavor.BYTE_ARRAY | TEXT_HTML_UTF_16LE
Byte array doc flavor with a MIME Type of "text/html; charset=utf-16le". |
static DocFlavor.BYTE_ARRAY | TEXT_HTML_UTF_8
Byte array doc flavor with a MIME Type of "text/html; charset=utf-8". |
static DocFlavor.BYTE_ARRAY | TEXT_PLAIN_HOST
Byte array doc flavor with a MIME Type of "text/plain" in the host encoding. |
static DocFlavor.BYTE_ARRAY | TEXT_PLAIN_US_ASCII
Byte array doc flavor with a MIME Type of "text/plain; charset=us-ascii". |
static DocFlavor.BYTE_ARRAY | TEXT_PLAIN_UTF_16
Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16". |
static DocFlavor.BYTE_ARRAY | TEXT_PLAIN_UTF_16BE
Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16be". |
static DocFlavor.BYTE_ARRAY | TEXT_PLAIN_UTF_16LE
Byte array doc flavor with a MIME Type of "text/plain; charset=utf-16le". |
static DocFlavor.BYTE_ARRAY | TEXT_PLAIN_UTF_8
Byte array doc flavor with a MIME Type of "text/plain; charset=utf-8". |
Constructor Summary | |
---|---|
BYTE_ARRAY(String mimeType)
Constructor for doc flavor objects with the given MIME type
and a print data representation class name of "[B".
|
Parameters: mimeType the mime type string
Throws: NullPointerException if mimeType is null
. IllegalArgumentException if mimeType has the wrong syntax.