Class DocFlavor.BYTE_ARRAY
public class DocFlavor.BYTE_ARRAY : DocFlavor, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
DocFlavor.BYTE_ARRAY
- Implements
- Inherited Members
- Extension Methods
Constructors
BYTE_ARRAY()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BYTE_ARRAY()
BYTE_ARRAY(String)
public BYTE_ARRAY(String arg0)
Parameters
BYTE_ARRAY(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public BYTE_ARRAY(params object[] args)
Parameters
args
object[]
Properties
AUTOSENSE
public static DocFlavor.BYTE_ARRAY AUTOSENSE { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
GIF
public static DocFlavor.BYTE_ARRAY GIF { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
JPEG
public static DocFlavor.BYTE_ARRAY JPEG { get; }
Property Value
PCL
public static DocFlavor.BYTE_ARRAY PCL { get; }
Property Value
public static DocFlavor.BYTE_ARRAY PDF { get; }
Property Value
PNG
public static DocFlavor.BYTE_ARRAY PNG { get; }
Property Value
POSTSCRIPT
public static DocFlavor.BYTE_ARRAY POSTSCRIPT { get; }
Property Value
TEXT_HTML_HOST
public static DocFlavor.BYTE_ARRAY TEXT_HTML_HOST { get; }
Property Value
TEXT_HTML_US_ASCII
public static DocFlavor.BYTE_ARRAY TEXT_HTML_US_ASCII { get; }
Property Value
TEXT_HTML_UTF_16
public static DocFlavor.BYTE_ARRAY TEXT_HTML_UTF_16 { get; }
Property Value
TEXT_HTML_UTF_16BE
public static DocFlavor.BYTE_ARRAY TEXT_HTML_UTF_16BE { get; }
Property Value
TEXT_HTML_UTF_16LE
public static DocFlavor.BYTE_ARRAY TEXT_HTML_UTF_16LE { get; }
Property Value
TEXT_HTML_UTF_8
public static DocFlavor.BYTE_ARRAY TEXT_HTML_UTF_8 { get; }
Property Value
TEXT_PLAIN_HOST
public static DocFlavor.BYTE_ARRAY TEXT_PLAIN_HOST { get; }
Property Value
TEXT_PLAIN_US_ASCII
public static DocFlavor.BYTE_ARRAY TEXT_PLAIN_US_ASCII { get; }
Property Value
TEXT_PLAIN_UTF_16
public static DocFlavor.BYTE_ARRAY TEXT_PLAIN_UTF_16 { get; }
Property Value
TEXT_PLAIN_UTF_16BE
public static DocFlavor.BYTE_ARRAY TEXT_PLAIN_UTF_16BE { get; }
Property Value
TEXT_PLAIN_UTF_16LE
public static DocFlavor.BYTE_ARRAY TEXT_PLAIN_UTF_16LE { get; }
Property Value
TEXT_PLAIN_UTF_8
public static DocFlavor.BYTE_ARRAY TEXT_PLAIN_UTF_8 { get; }