Closed GoogleCodeExporter closed 8 years ago
The code of Apr 23, 2009 already is:
this.FileStorage = stream;
this.Reader = new BinaryReader(this.FileStorage);
if (stream.CanWrite)
{
this.Writer = new BinaryWriter(this.FileStorage, Encoding.Unicode);
}
why do you still meet this problem?
Original comment by China.LiuJunFeng
on 2 Feb 2010 at 3:10
Original issue reported on code.google.com by
ihsan...@gmail.com
on 26 Nov 2009 at 2:24