ReadBufferReadUtf8 Method |
Namespace: Lawo.IO
public string ReadUtf8( int count )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | count is negative. |
EndOfStreamException | The end of the stream has been reached before the the buffer could be filled to count bytes. |
InvalidOperationException | The ReadBuffer object was created by calling ReadBuffer(ReadAsyncCallback, Int32). |