public BYTE_ARRAY (String mimeType)

Constructs a new doc flavor with the given MIME type and a print data representation class name of "[B" (byte array).

Parameters:
mimeType    MIME media type string.

Exceptions:
NullPointerException     (unchecked exception) Thrown if mimeType is null.
IllegalArgumentException     (unchecked exception) Thrown if mimeType does not obey the syntax for a MIME media type string.