Click or drag to resize
OtpInputStreamReadN Method
Overload List
  NameDescription
Public methodReadN(Byte)
Read an array of bytes from the stream into the buffer. The method reads at most buffer.Length bytes from the input stream.
Public methodReadN(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.
Top
See Also