readBSDLine

Read a formatted BSD tag line.

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

Parameters

line string

Full BSD formatted tag string

type const(char)[]

Hash type string (e.g., "SHA256")

file const(char)[]

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

hash const(char)[]

Hexadecimal hash string (e.g., "8080aabb")

Return Value

Type: bool

True on error.

Meta