Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class
Members


ChunkedMemoryStream Class
Creates a stream whose backing store is memory. This class cannot be inherited.
Syntax
'Declaration
 
Public NotInheritable Class ChunkedMemoryStream 
   Inherits System.IO.Stream
 
'Usage
 
Dim instance As ChunkedMemoryStream
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         GrapeCity.Core.ChunkedMemoryStream

See Also