Class StreamExtension
Inheritance
System.Object
    StreamExtension
  Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public static class StreamExtension : Object
  Methods
Close(Stream)
Declaration
public static void Close(this Stream stream)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
GetBuffer(MemoryStream)
Declaration
public static byte[] GetBuffer(this MemoryStream stream)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.MemoryStream | stream | 
Returns
| Type | 
|---|
| System.Byte[] |