Example #1
0
 public StringStream(StringStream stream)
     : this(stream._str, stream._pos)
 {
 }