![]() |
Bio Radio SDK - Xamarin Android
|
An interface used to create a platform-specific provider for file creation. More...
Public Member Functions | |
Stream | CreateOutputStream (string fileName) |
Callback to create a stream with the specified file name. More... | |
Stream | GetReceivedFileStream (int index) |
Retrieves a readable stream that has been previously created by the provider. More... | |
Properties | |
int | StreamCount [get] |
Returns the number of streams that have been created by this provider. More... | |
An interface used to create a platform-specific provider for file creation.
Stream GLNeuroTech.Devices.Common.FileTransfer.IFileStreamProvider.CreateOutputStream | ( | string | fileName | ) |
Callback to create a stream with the specified file name.
fileName | The name of the file that should be created. |
Implemented in GLNeuroTech.Devices.Common.FileTransfer.MemoryFileStreamProvider.
Stream GLNeuroTech.Devices.Common.FileTransfer.IFileStreamProvider.GetReceivedFileStream | ( | int | index | ) |
Retrieves a readable stream that has been previously created by the provider.
index |
Implemented in GLNeuroTech.Devices.Common.FileTransfer.MemoryFileStreamProvider.
|
get |
Returns the number of streams that have been created by this provider.