[Modify] Polish it
This commit is contained in:
parent
345e7decb1
commit
8357ed025c
@ -1231,7 +1231,9 @@ namespace WebSocketSharp
|
|||||||
return Encoding.UTF8.GetBytes (s);
|
return Encoding.UTF8.GetBytes (s);
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static void WriteBytes (this Stream stream, byte[] bytes, int bufferLength)
|
internal static void WriteBytes (
|
||||||
|
this Stream stream, byte[] bytes, int bufferLength
|
||||||
|
)
|
||||||
{
|
{
|
||||||
using (var input = new MemoryStream (bytes))
|
using (var input = new MemoryStream (bytes))
|
||||||
input.CopyTo (stream, bufferLength);
|
input.CopyTo (stream, bufferLength);
|
||||||
|
Loading…
Reference in New Issue
Block a user