Class ThreadSafeRandomAccessSource
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
Get(long, byte[], int, int)
public virtual int Get(long position, byte[] bytes, int off, int len)
Parameters
Returns
Length()
public virtual long Length()