VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Data Namespace / VintasoftBufferedStream Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    VintasoftBufferedStream Class Members
    In This Topic
    The following tables list the members exposed by VintasoftBufferedStream.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class with a default buffer size of 8192 bytes.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) (Inherited from System.IO.Stream)
    Public Properties
     NameDescription
    Public PropertyGets or sets the buffer size.
    Public PropertyGets a value indicating whether the current stream supports reading.
    Public PropertyGets a value indicating whether the current stream supports seeking.
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets a value indicating whether the current stream supports writing.
    Public PropertyGets the stream length in bytes.
    Public PropertyGets or sets the name of the stream.
    Public PropertyGets or sets the position within the current stream.
    Public Property (Inherited from System.IO.Stream)
    Public Property (Inherited from System.IO.Stream)
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodCloses the current stream and releases any resources associated with the current stream.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodClears buffer for this stream and causes buffered data to be written to the underlying stream.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Copies bytes from the current buffered stream to an array.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodReads a byte from the current buffered stream.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodSets the position within the current stream.
    Public MethodSets the length of the current stream.
    Public Methodstatic (Shared in Visual Basic) (Inherited from System.IO.Stream)
    Public MethodOverloaded. Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
    Public MethodOverloaded. (Inherited from System.IO.Stream)
    Public MethodWrites a byte to the current position in the stream and advances the position within the stream by one byte.
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.IO.Stream)
    Protected MethodOverloaded. Releases the unmanaged resources used by the stream and optionally releases the managed resources.
    Protected Method (Inherited from System.MarshalByRefObject)
    Protected Method (Inherited from System.IO.Stream)
    Protected Methodstatic (Shared in Visual Basic) (Inherited from System.IO.Stream)
    Protected Methodstatic (Shared in Visual Basic) (Inherited from System.IO.Stream)
    See Also