Collapse All
Expand All
Code: All
Code: Multiple
Code: Visual Basic
Code: C#
Code: Visual C++
Visual Basic
C#
Visual C++
.NET Framework Class Library
ByteBuffer
.
.
::
.
.
GetInt Method
ByteBuffer Class
See Also
Returns a four-byte number from the buffer at the current position
Namespace:
Kaazing.HTML5
Assembly:
Kaazing.Gateway
(in Kaazing.Gateway.dll)
Syntax
Visual Basic
Public
Function
GetInt
As
Integer
C#
public
int
GetInt
()
Visual C++
public
:
int
GetInt
()
Return Value
The four-byte number
See Also
ByteBuffer Class
Kaazing.HTML5 Namespace