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