'Declaration Public Function New( _
ByVal streamThe current stream.As System.IO.Stream, _
ByVal bufferSizeThe buffer size in bytes.As System.Int32 _
)
public VintasoftBufferedStream(
System.IO.Stream stream,
System.Int32 bufferSize
)
public: VintasoftBufferedStream(
System.IO.Stream* stream,
System.Int32 bufferSize
)
public:
VintasoftBufferedStream(
System.IO.Stream^ stream,
System.Int32 bufferSize
)
Parameters
- stream
- The current stream.
- bufferSize
- The buffer size in bytes.