Documentation
¶
Index ¶
- func CheckMagic(fileIn *os.File, target string) (bool, error)
- func ReadFiletime(fileIn *os.File, offset int64) (time.Time, int64)
- func ReadFloat32(fileIn *os.File, offset int64) (float32, int64)
- func ReadScreenshot(fileIn *os.File, startingOffset int64, shotWidth, shotHeight uint32) ([]uint8, int64)
- func ReadUInt16(fileIn *os.File, offset int64) (uint16, int64)
- func ReadUInt32(fileIn *os.File, offset int64) (uint32, int64)
- func ReadUInt8(fileIn *os.File, offset int64) (uint8, int64)
- func ReadWString(fileIn *os.File, offset int64) (string, int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadScreenshot ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.