| Leadtools Namespace > LeadStreamFactory Class : Create Method |
| Overload | Description |
|---|---|
| Create(String) | Constructs a new ILeadStream using the specified file as storage. ![]() |
| Create(IRandomAccessStream,Boolean) | Constructs a new ILeadStream using the specified stream as storage. ![]() |
| Create(IInputStream,Boolean) | Constructs a new ILeadStream using the specified stream as storage. ![]() |
| Create(IOutputStream,Boolean) | Constructs a new ILeadStream using the specified stream as storage. ![]() |
| Create(InMemoryRandomAccessStream,Boolean) | Constructs a new ILeadStream using the specified stream as storage. ![]() |
| Create(IStorageFile) | Constructs a new ILeadStream using the specified file as storage. ![]() |
| Create(IBuffer,UInt64,Boolean) | Constructs a new ILeadStream using the specified buffer as storage. ![]() |
| Create(Byte[],UInt64) | Constructs a new ILeadStream using the specified buffer as storage. ![]() |