Table of Contents

Class Filter

Namespace
Org.Apache.Pdfbox.Filter
Assembly
MASES.NetPDF.dll
public class Filter : JVMBridgeBase<Filter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Filter>
Filter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Filter>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Filter>.IsAssignableFrom<T>()
JVMBridgeBase<Filter>.Execute<T>(params T[])
JVMBridgeBase<Filter>.DynBridgeClazz
JVMBridgeBase<Filter>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

Constructors

Filter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("Filter class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Filter()

Filter(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

[Obsolete("Filter class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Filter(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CompressionLevel

public static int CompressionLevel { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SYSPROP_DEFLATELEVEL

public static String SYSPROP_DEFLATELEVEL { get; }

Property Value

String

Methods

Decode(InputStream, OutputStream, COSDictionary, int)

public DecodeResult Decode(InputStream arg0, OutputStream arg1, COSDictionary arg2, int arg3)

Parameters

arg0 InputStream

InputStream

arg1 OutputStream

OutputStream

arg2 COSDictionary

COSDictionary

arg3 int

int

Returns

DecodeResult

DecodeResult

Exceptions

IOException

Decode(InputStream, OutputStream, COSDictionary, int, DecodeOptions)

public DecodeResult Decode(InputStream arg0, OutputStream arg1, COSDictionary arg2, int arg3, DecodeOptions arg4)

Parameters

arg0 InputStream

InputStream

arg1 OutputStream

OutputStream

arg2 COSDictionary

COSDictionary

arg3 int

int

arg4 DecodeOptions

DecodeOptions

Returns

DecodeResult

DecodeResult

Exceptions

IOException

Decode(InputStream, List<Filter>, COSDictionary, DecodeOptions, List<DecodeResult>)

public static RandomAccessRead Decode(InputStream arg0, List<Filter> arg1, COSDictionary arg2, DecodeOptions arg3, List<DecodeResult> arg4)

Parameters

arg0 InputStream

InputStream

arg1 List<Filter>

List

arg2 COSDictionary

COSDictionary

arg3 DecodeOptions

DecodeOptions

arg4 List<DecodeResult>

List

Returns

RandomAccessRead

RandomAccessRead

Exceptions

IOException

Encode(InputStream, OutputStream, COSDictionary, int)

public void Encode(InputStream arg0, OutputStream arg1, COSDictionary arg2, int arg3)

Parameters

arg0 InputStream

InputStream

arg1 OutputStream

OutputStream

arg2 COSDictionary

COSDictionary

arg3 int

int

Exceptions

IOException

FindImageReader(String, String)

public static ImageReader FindImageReader(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

ImageReader

ImageReader

Exceptions

MissingImageReaderException

FindRasterReader(String, String)

public static ImageReader FindRasterReader(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

ImageReader

ImageReader

Exceptions

MissingImageReaderException