VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Data Namespace / VintasoftBufferedStream Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    VintasoftBufferedStream Class
    In This Topic
    Adds a buffering layer to read and write operations on another stream.
    Object Model
    VintasoftBufferedStream
    Syntax
    'Declaration
    
    Public NotInheritable Class VintasoftBufferedStream
       Inherits System.IO.Stream
       Implements Vintasoft.Data.IStreamWrapper
    
    
    public sealed class VintasoftBufferedStream : System.IO.Stream, Vintasoft.Data.IStreamWrapper
    
    
    public __gc __sealed class VintasoftBufferedStream : public System.IO.Stream*, Vintasoft.Data.IStreamWrapper
    
    
    public ref class VintasoftBufferedStream sealed : public System.IO.Stream^, Vintasoft.Data.IStreamWrapper
    
    
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.IO.Stream
             Vintasoft.Data.VintasoftBufferedStream

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also