readGNULine

Read a formatted GNU tag line.

bool
readGNULine
(
string line
,
ref const(char)[] hash
,
ref const(char)[] file
)

Parameters

line string

Full GNU formatted tag string

hash const(char)[]

Hexadecimal hash string (e.g., "aabbccdd")

file const(char)[]

File string (e.g., "nightly.iso")

Return Value

Type: bool

True on error.

Meta