How to use Buffered Stream

  • Thread starter Thread starter P.Sunil
  • Start date Start date
P

P.Sunil

I am not using Visual Studio.Net.
I am using Buffered Stream class.A stream class should be
passed to the constuctor of buffered stream class.
When i am passing a stream object it is giving error
message saying that abstract classes object cannot be
created.

Please help how to pass an stream class in constructor of
buffered stream class

Regards
Sunil
 
P.Sunil said:
I am not using Visual Studio.Net.
I am using Buffered Stream class.A stream class should be
passed to the constuctor of buffered stream class.
When i am passing a stream object it is giving error
message saying that abstract classes object cannot be
created.

Please help how to pass an stream class in constructor of
buffered stream class

Could you post your exact code? Just a few lines where you try to
create the BufferedStream instance should be enough.
 
Back
Top