Table of Contents

Class RandomAccessReadView

Namespace
Org.Apache.Pdfbox.Io
Assembly
MASES.NetPDF.dll
public class RandomAccessReadView : RandomAccessRead, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IRandomAccessRead, ICloseable, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<AutoCloseable>
RandomAccessReadView
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AutoCloseable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AutoCloseable>.IsAssignableFrom<T>()
JVMBridgeBase<AutoCloseable>.Execute<T>(params T[])
JVMBridgeBase<AutoCloseable>.DynBridgeClazz
JVMBridgeBase<AutoCloseable>.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

RandomAccessReadView()

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

public RandomAccessReadView()

RandomAccessReadView(RandomAccessRead, long, long)

public RandomAccessReadView(RandomAccessRead arg0, long arg1, long arg2)

Parameters

arg0 RandomAccessRead

RandomAccessRead

arg1 long

long

arg2 long

long

RandomAccessReadView(RandomAccessRead, long, long, bool)

public RandomAccessReadView(RandomAccessRead arg0, long arg1, long arg2, bool arg3)

Parameters

arg0 RandomAccessRead

RandomAccessRead

arg1 long

long

arg2 long

long

arg3 bool

bool

RandomAccessReadView(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 RandomAccessReadView(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

Position

public long Position { get; }

Property Value

long

Methods

Close()

public void Close()

Exceptions

IOException

CreateView(long, long)

public RandomAccessReadView CreateView(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

Returns

RandomAccessReadView

RandomAccessReadView

Exceptions

IOException

IsClosed()

public bool IsClosed()

Returns

bool

bool

IsEOF()

public bool IsEOF()

Returns

bool

bool

Exceptions

IOException

Length()

public long Length()

Returns

long

long

Exceptions

IOException

Read()

public int Read()

Returns

int

int

Exceptions

IOException

Read(byte[], int, int)

public int Read(byte[] arg0, int arg1, int arg2)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

Returns

int

int

Exceptions

IOException

Rewind(int)

public void Rewind(int arg0)

Parameters

arg0 int

int

Exceptions

IOException

Seek(long)

public void Seek(long arg0)

Parameters

arg0 long

long

Exceptions

IOException