Method ADT.Struct()->low_decode()
classADT.Struct
- Method
low_decode
voidlow_decode(Stdio.InputStreamdata,mixed...state)- Description
Decodes
dataaccording to the struct and populates the struct variables. Thedatais always a file object.- Parameter
data - Parameter
state Arguments from decode().
Called by decode() after it has normalized its input.
This is probably the function you want to overload when writing custom decoders.
- Note
This function did not exist prior to Pike 9.0.
- See also