Class DiscFileLocatorFactory
A factory to create a disc file locator.
Inherited Members
Namespace: JeremyAnsel.IO.DiscLocator
Assembly: JeremyAnsel.IO.DiscLocator.dll
Syntax
public static class DiscFileLocatorFactory
Remarks
The supported formats are: Iso, Udf.
Methods
| Edit this page View SourceCreate(IFileLocator?, string?)
Creates a disc file locator from a locator.
Declaration
public static IFileLocator Create(IFileLocator? locator, string? root)
Parameters
| Type | Name | Description |
|---|---|---|
| IFileLocator | locator | The locator. |
| string | root | The root path. |
Returns
| Type | Description |
|---|---|
| IFileLocator | A file locator. |
Create(Stream?)
Creates a disc file locator from a stream.
Declaration
public static IFileLocator Create(Stream? root)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | root | The stream. |
Returns
| Type | Description |
|---|---|
| IFileLocator | A file locator. |
Create(string?)
Creates a disc file locator from a file.
Declaration
public static IFileLocator Create(string? root)
Parameters
| Type | Name | Description |
|---|---|---|
| string | root | The root path. |
Returns
| Type | Description |
|---|---|
| IFileLocator | A file locator. |