Skip to content

Commit a663e85

Browse files
committed
Obsolete unused and confusing method
1 parent 3ca4fd8 commit a663e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crypto/src/util/io/Streams.cs

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public static byte[] ReadAll(Stream inStr)
134134
return buf.ToArray();
135135
}
136136

137+
[Obsolete("Will be removed")]
137138
public static byte[] ReadAll(MemoryStream inStr)
138139
{
139140
return inStr.ToArray();

0 commit comments

Comments
 (0)