| StreamsWriteLong Method |
Writes a long to supplied stream.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public static void WriteLong(
Stream stream,
long value
)
Public Shared Sub WriteLong (
stream As Stream,
value As Long
)
Parameters
- stream
- Type: System.IOStream
The stream that will be written.
- value
- Type: SystemInt64
The long to write to supplied stream.
Exceptions See Also