| OtpInputStreamReadN Method |
| Name | Description | |
|---|---|---|
| ReadN(Byte) |
Read an array of bytes from the stream into the buffer.
The method reads at most buffer.Length bytes from the input stream.
| |
| ReadN(Byte, Int32, Int32) |
Read an array of bytes from the stream. The method reads at most len
bytes from the input stream into offset off of the buffer.
|