package
3.50.2+incompatible
Repository: https://github.com/delphit430/v2ray-core.git
Documentation: pkg.go.dev
# Functions
BytesToHexString converts a byte array into hex string.
BytesToInt deserializes a bytes array (of at leat 4 bytes) to an int in big endian order.
BytesToInt64 deserializes a byte array to an int64 in big endian order.
BytesToUint16 deserializes a byte array to a uint16 in big endian order.
BytesToUint32 deserializes a byte array to a uint32 in big endian order.
ByteToHexString converts a byte into hex string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToString serialize an abitrary value into string.
No description provided by the author
Uint16ToBytes serializes a uint16 into bytes in big endian order.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
TypedMessage is a serialized proto message along with its type name.