Documentation
¶
Index ¶
- func Decrypt(data, prefix, xor []byte) []byte
- func Encrypt(data, prefix, xor []byte) []byte
- func GuessIsProfileSav(name string) bool
- func OpenBrowser(url string)
- func ReadGuid(r io.Reader) string
- func ReadInt(r io.Reader) int
- func ReadNBytes(r io.Reader, n int) []byte
- func ReadShort(r io.Reader) int
- func ReadString(r io.Reader) string
- func SerializeHeader(writer io.Writer, s SavFile, content []byte)
- func WriteBytes(w io.Writer, bs []byte)
- func WriteGuid(w io.Writer, guid string)
- func WriteInt(w io.Writer, i int)
- func WriteShort(w io.Writer, i int)
- func WriteString(w io.Writer, s string)
- type CustomFormatData
- type SavFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GuessIsProfileSav ¶
func OpenBrowser ¶ added in v0.3.1
func OpenBrowser(url string)
func ReadString ¶
func WriteBytes ¶
func WriteShort ¶
func WriteString ¶
Types ¶
type CustomFormatData ¶
Click to show internal directories.
Click to hide internal directories.