Class DocFlavor.INPUT_STREAM
public class DocFlavor.INPUT_STREAM : DocFlavor, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
DocFlavor.INPUT_STREAM
- Implements
- Inherited Members
- Extension Methods
Constructors
INPUT_STREAM()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public INPUT_STREAM()
INPUT_STREAM(String)
public INPUT_STREAM(String arg0)
Parameters
INPUT_STREAM(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 INPUT_STREAM(params object[] args)
Parameters
args
object[]
Properties
AUTOSENSE
public static DocFlavor.INPUT_STREAM AUTOSENSE { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
GIF
public static DocFlavor.INPUT_STREAM 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.INPUT_STREAM JPEG { get; }
Property Value
PCL
public static DocFlavor.INPUT_STREAM PCL { get; }
Property Value
public static DocFlavor.INPUT_STREAM PDF { get; }
Property Value
PNG
public static DocFlavor.INPUT_STREAM PNG { get; }
Property Value
POSTSCRIPT
public static DocFlavor.INPUT_STREAM POSTSCRIPT { get; }
Property Value
TEXT_HTML_HOST
public static DocFlavor.INPUT_STREAM TEXT_HTML_HOST { get; }
Property Value
TEXT_HTML_US_ASCII
public static DocFlavor.INPUT_STREAM TEXT_HTML_US_ASCII { get; }
Property Value
TEXT_HTML_UTF_16
public static DocFlavor.INPUT_STREAM TEXT_HTML_UTF_16 { get; }
Property Value
TEXT_HTML_UTF_16BE
public static DocFlavor.INPUT_STREAM TEXT_HTML_UTF_16BE { get; }
Property Value
TEXT_HTML_UTF_16LE
public static DocFlavor.INPUT_STREAM TEXT_HTML_UTF_16LE { get; }
Property Value
TEXT_HTML_UTF_8
public static DocFlavor.INPUT_STREAM TEXT_HTML_UTF_8 { get; }
Property Value
TEXT_PLAIN_HOST
public static DocFlavor.INPUT_STREAM TEXT_PLAIN_HOST { get; }
Property Value
TEXT_PLAIN_US_ASCII
public static DocFlavor.INPUT_STREAM TEXT_PLAIN_US_ASCII { get; }
Property Value
TEXT_PLAIN_UTF_16
public static DocFlavor.INPUT_STREAM TEXT_PLAIN_UTF_16 { get; }
Property Value
TEXT_PLAIN_UTF_16BE
public static DocFlavor.INPUT_STREAM TEXT_PLAIN_UTF_16BE { get; }
Property Value
TEXT_PLAIN_UTF_16LE
public static DocFlavor.INPUT_STREAM TEXT_PLAIN_UTF_16LE { get; }
Property Value
TEXT_PLAIN_UTF_8
public static DocFlavor.INPUT_STREAM TEXT_PLAIN_UTF_8 { get; }