VintaSoft Barcode .NET SDK 15.0: Documentation for .NET 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 IStreamWrapper
    
    
    public sealed class VintasoftBufferedStream : System.IO.Stream, IStreamWrapper
    
    
    public __gc __sealed class VintasoftBufferedStream : public System.IO.Stream*, IStreamWrapper
    
    
    public ref class VintasoftBufferedStream sealed : public System.IO.Stream^, IStreamWrapper
    
    
    Inheritance Hierarchy

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

    Requirements

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

    See Also