Documentation ¶
Index ¶
- func ClearFile(file string) error
- func ReadHexKeyContent(content string) (diycode.CodeSlice, error)
- func ReadHexKeyContentFromSlice(content string, orderSlice diycode.CodeSlice) (diycode.CodeSlice, error)
- func ReadHexKeyFromFile(filename string) (diycode.CodeSlice, error)
- func ReadHexKeyFromFileWithSlice(filename string, orderSlice diycode.CodeSlice) (diycode.CodeSlice, error)
- func RemoveFileExt(file string) string
- func WriteNewFile(filename, data string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadHexKeyContentFromSlice ¶
func ReadHexKeyContentFromSlice(content string, orderSlice diycode.CodeSlice) (diycode.CodeSlice, error)
从字符串解析 CodeSlice
需要指定 orderSlice
func ReadHexKeyFromFileWithSlice ¶
func ReadHexKeyFromFileWithSlice(filename string, orderSlice diycode.CodeSlice) (diycode.CodeSlice, error)
从文件内容读取并解析 CodeSlice
需要指定 orderSlice
func WriteNewFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.