Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class
Members


In This Topic
    ChunkedMemoryStream Class
    In This Topic
    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
    public sealed class ChunkedMemoryStream : System.IO.Stream 
    Inheritance Hierarchy

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

    See Also