Method | Description | |
---|---|---|
CreateBestSource ( String filename ) : IRandomAccessSource | ||
CreateRanged ( IRandomAccessSource source, IList |
||
CreateSource ( |
||
CreateSource ( Stream inp ) : IRandomAccessSource | ||
CreateSource ( |
||
CreateSource ( byte data ) : IRandomAccessSource | ||
RandomAccessSourceFactory ( ) : System | ||
SetExclusivelyLockFile ( bool exclusivelyLockFile ) : |
||
SetForceRead ( bool forceRead ) : |
Method | Description | |
---|---|---|
CreateByReadingToMemory ( Stream inp ) : IRandomAccessSource | ||
CreateByReadingToMemory ( String filename ) : IRandomAccessSource |
public CreateBestSource ( String filename ) : IRandomAccessSource | ||
filename | String | |
return | IRandomAccessSource |
public CreateRanged ( IRandomAccessSource source, IList |
||
source | IRandomAccessSource | |
ranges | IList |
|
return | IRandomAccessSource |
public CreateSource ( |
||
raf | ||
return | IRandomAccessSource |
public CreateSource ( Stream inp ) : IRandomAccessSource | ||
inp | Stream | |
return | IRandomAccessSource |
public CreateSource ( |
||
url | ||
return | IRandomAccessSource |
public CreateSource ( byte data ) : IRandomAccessSource | ||
data | byte | |
return | IRandomAccessSource |
public RandomAccessSourceFactory ( ) : System | ||
return | System |
public SetExclusivelyLockFile ( bool exclusivelyLockFile ) : |
||
exclusivelyLockFile | bool | |
return |
public SetForceRead ( bool forceRead ) : |
||
forceRead | bool | |
return |