Class GetBufferedRandomAccessSource
public class GetBufferedRandomAccessSource : IRandomAccessSource
- Inheritance
-
GetBufferedRandomAccessSource
- Implements
- Inherited Members
Constructors
GetBufferedRandomAccessSource(IRandomAccessSource)
Constructs a new OffsetRandomAccessSource
public GetBufferedRandomAccessSource(IRandomAccessSource source)
Parameters
source
IRandomAccessSourcethe 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
Get(long, byte[], int, int)
public virtual int Get(long position, byte[] bytes, int off, int len)
Parameters
Returns
Length()
public virtual long Length()