Reads the specified number of bytes without advancing the read pointer
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public byte[] PeekBytes(
int numberOfBytes
) |
Visual Basic |
---|
Public Function PeekBytes ( _
numberOfBytes As Integer _
) As Byte() |
Parameters
- numberOfBytes
- Type: System..::..Int32
[Missing <param name="numberOfBytes"/> documentation for "M:Lidgren.Network.NetBuffer.PeekBytes(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetBuffer.PeekBytes(System.Int32)"]
See Also