Table of Contents

Class GetBufferedRandomAccessSource

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

Constructors

GetBufferedRandomAccessSource(IRandomAccessSource)

Constructs a new OffsetRandomAccessSource

public GetBufferedRandomAccessSource(IRandomAccessSource source)

Parameters

source IRandomAccessSource

the source

Methods

Close()

Does nothing - the underlying source is not closed

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