Documentation
¶
Overview ¶
Copyright 2009 The Go Authors. All rights reserved.
Index ¶
Constants ¶
View Source
const ( AsciiLow = byte(0x20) AsciiHigh = byte(0x7e) AsciiReplace = byte(0x2e) // . )
Variables ¶
This section is empty.
Functions ¶
func FormatByteArrayToUtf8 ¶
func FormatStringToUtf8 ¶
func GetAsciiString ¶
* Get the ascii readable string, replace other value to '.', like wireshark.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.