Documentation ¶
Index ¶
- func ReadBytesN[R, S, T intNumber](r io.ReadSeeker, field string, start S, offset T, length R) ([]byte, error)
- func ReadOffSetInt64LE[S, T intNumber](r io.ReadSeeker, field string, start S, offset T) (int64, error)
- func ReadString[S, T intNumber](r io.ReadSeeker, field string, start S, offset T) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadBytesN ¶
func ReadBytesN[R, S, T intNumber](r io.ReadSeeker, field string, start S, offset T, length R) ([]byte, error)
func ReadOffSetInt64LE ¶
func ReadOffSetInt64LE[S, T intNumber](r io.ReadSeeker, field string, start S, offset T) (int64, error)
func ReadString ¶
func ReadString[S, T intNumber](r io.ReadSeeker, field string, start S, offset T) (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.