ByteOrder
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.binary
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
PutUint16 Island-Android-arm64-v8a
method PutUint16(uint16)
void PutUint16(uint16 )
func PutUint16(_ uint16)
void PutUint16(uint16 )
func PutUint16( uint16) void
Sub PutUint16( As uint16)
Parameters:
- :
PutUint32 Island-Android-arm64-v8a
method PutUint32(uint32)
void PutUint32(uint32 )
func PutUint32(_ uint32)
void PutUint32(uint32 )
func PutUint32( uint32) void
Sub PutUint32( As uint32)
Parameters:
- :
PutUint64 Island-Android-arm64-v8a
method PutUint64(uint64)
void PutUint64(uint64 )
func PutUint64(_ uint64)
void PutUint64(uint64 )
func PutUint64( uint64) void
Sub PutUint64( As uint64)
Parameters:
- :
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Uint16
method Uint16(Slice<byte>): uint16
uint16 Uint16(Slice<byte> )
func Uint16(_ Slice<byte>) -> uint16
func Uint16( Slice<byte>) uint16
Function Uint16( As Slice<byte>) As uint16
Parameters:
- :
Uint32
method Uint32(Slice<byte>): uint32
uint32 Uint32(Slice<byte> )
func Uint32(_ Slice<byte>) -> uint32
func Uint32( Slice<byte>) uint32
Function Uint32( As Slice<byte>) As uint32
Parameters:
- :
Uint64
method Uint64(Slice<byte>): uint64
uint64 Uint64(Slice<byte> )
func Uint64(_ Slice<byte>) -> uint64
func Uint64( Slice<byte>) uint64
Function Uint64( As Slice<byte>) As uint64
Parameters:
- :