Liking cljdoc? Tell your friends :D

javax.print.DocFlavor$INPUT_STREAM

Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream (java.io.InputStream) as the print data representation class.

Class DocFlavor.INPUT_STREAM provides predefined static constant
DocFlavor objects for example doc flavors using a byte stream (java.io.InputStream) as the print
data representation class.
raw docstring

*-autosenseclj

Static Constant.

Doc flavor with MIME type = "application/octet-stream", print data representation class name = "java.io.InputStream" (byte stream). The client must determine that data described using this DocFlavor is valid for the printer.

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "application/octet-stream",
 print data representation class name =
 "java.io.InputStream" (byte stream).
 The client must determine that data described
 using this DocFlavor is valid for the printer.

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-gifclj

Static Constant.

Doc flavor with MIME type = "image/gif", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type = "image/gif", print data
 representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-jpegclj

Static Constant.

Doc flavor with MIME type = "image/jpeg", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type = "image/jpeg", print data
 representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-pclclj

Static Constant.

Doc flavor with MIME type = "application/vnd.hp-PCL", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type = "application/vnd.hp-PCL",
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-pdfclj

Static Constant.

Doc flavor with MIME type = "application/pdf", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type = "application/pdf", print
 data representation class name = "java.io.InputStream"
 (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-pngclj

Static Constant.

Doc flavor with MIME type = "image/png", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type = "image/png", print data
 representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-postscriptclj

Static Constant.

Doc flavor with MIME type = "application/postscript", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type = "application/postscript",
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-html-hostclj

Static Constant.

Doc flavor with MIME type = "text/html", encoded in the host platform encoding. See hostEncoding Print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type = "text/html",
 encoded in the host platform encoding.
 See hostEncoding
 Print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-html-us-asciiclj

Static Constant.

Doc flavor with MIME type = "text/html; charset=us-ascii", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/html; charset=us-ascii",
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-html-utf-16clj

Static Constant.

Doc flavor with MIME type = "text/html; charset=utf-16", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/html; charset=utf-16",
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-html-utf-16-beclj

Static Constant.

Doc flavor with MIME type = "text/html; charset=utf-16be" (big-endian byte ordering), print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/html; charset=utf-16be"
 (big-endian byte ordering),
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-html-utf-16-leclj

Static Constant.

Doc flavor with MIME type = "text/html; charset=utf-16le" (little-endian byte ordering), print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/html; charset=utf-16le"
 (little-endian byte ordering),
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-html-utf-8clj

Static Constant.

Doc flavor with MIME type = "text/html; charset=utf-8", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/html; charset=utf-8",
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-plain-hostclj

Static Constant.

Doc flavor with MIME type = "text/plain", encoded in the host platform encoding. See hostEncoding Print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type = "text/plain",
 encoded in the host platform encoding.
 See hostEncoding
 Print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-plain-us-asciiclj

Static Constant.

Doc flavor with MIME type = "text/plain; charset=us-ascii", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/plain; charset=us-ascii",
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-plain-utf-16clj

Static Constant.

Doc flavor with MIME type = "text/plain; charset=utf-16", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/plain; charset=utf-16",
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-plain-utf-16-beclj

Static Constant.

Doc flavor with MIME type = "text/plain; charset=utf-16be" (big-endian byte ordering), print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/plain; charset=utf-16be"
 (big-endian byte ordering),
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-plain-utf-16-leclj

Static Constant.

Doc flavor with MIME type = "text/plain; charset=utf-16le" (little-endian byte ordering), print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/plain; charset=utf-16le"
 (little-endian byte ordering),
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

*-text-plain-utf-8clj

Static Constant.

Doc flavor with MIME type = "text/plain; charset=utf-8", print data representation class name = "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM

Static Constant.

Doc flavor with MIME type =
 "text/plain; charset=utf-8",
 print data representation class name =
 "java.io.InputStream" (byte stream).

type: javax.print.DocFlavor$INPUT_STREAM
raw docstring

->input-streamclj

(->input-stream mime-type)

Constructor.

Constructs a new doc flavor with the given MIME type and a print data representation class name of "java.io.InputStream" (byte stream).

mime-type - MIME media type string. - java.lang.String

throws: java.lang.NullPointerException - (unchecked exception) Thrown if mimeType is null.

Constructor.

Constructs a new doc flavor with the given MIME type and a print
 data representation class name of
 "java.io.InputStream" (byte stream).

mime-type - MIME media type string. - `java.lang.String`

throws: java.lang.NullPointerException - (unchecked exception) Thrown if mimeType is null.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close