Table of Contents

Class ThreadSafeRandomAccessSource

Namespace
iText.IO.Source
Assembly
itext.io.dll
public class ThreadSafeRandomAccessSource : IRandomAccessSource
Inheritance
ThreadSafeRandomAccessSource
Implements
Inherited Members

Constructors

ThreadSafeRandomAccessSource(IRandomAccessSource)

public ThreadSafeRandomAccessSource(IRandomAccessSource source)

Parameters

source IRandomAccessSource

Methods

Close()

public virtual void Close()

Get(long)

public virtual int Get(long position)

Parameters

position long

Returns

int

Get(long, byte[], int, int)

public virtual int Get(long position, byte[] bytes, int off, int len)

Parameters

position long
bytes byte[]
off int
len int

Returns

int

Length()

public virtual long Length()

Returns

long