Link to home
Start Free TrialLog in
Avatar of DWR200
DWR200

asked on

stream

i want to convert this part of line to C#. but it seems that C# does not have reset in streaming. any help?

ByteArrayOutputStream.reset();
Avatar of DarkoLord
DarkoLord
Flag of Slovenia image

What kind of stream do you have? What would you like to accomplish with the Reset method?
Avatar of Dirk Haest
I think that's it's replace by .Seek

ByteArrayOutputStream.Seek(0,System.IO.SeekOrigin.Begin);
ASKER CERTIFIED SOLUTION
Avatar of ToFro
ToFro
Flag of Finland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial