class KNOTFIO
Flattened version is
here
Public
Constants
const HeaderV2:STR:="#_Knot_Data_Ver.2.0_1996_KDM_#";
Features
ReadKnotN(out Knot:KNOT, knotName:STR):BOOL
ReadKnotNS(out Knot:KNOT, inStream:FILE):BOOL
ReadKnotS(out Knot:KNOT, inS:FILE, checkHead:BOOL):BOOL
ReadKnotSBraid( out Knot:KNOT, inS:FILE, setData:BOOL):BOOL
ReadKnotSKnot( out Knot:KNOT, inS:FILE, setData:BOOL):BOOL
ReadKnotSNData(out Knot:KNOT, inS:FILE, setData:BOOL):BOOL
ReadKnotSTorus(out Knot:KNOT, inS:FILE, setData:BOOL):BOOL
ReadKnotSTwoBridge(out Knot:KNOT, inS:FILE, setData:BOOL):BOOL
ReadKnotSVer1( out Knot:KNOT, inS:FILE):BOOL
****
The byte order of KnotDataVer1 is from low byte to high byte.
WriteBraidLog(Knot:KNOT):BOOL
WriteBraidN(Knot:KNOT, knotName:STR):BOOL
WriteBraidS(Knot:KNOT, outS:$OSTREAM,writeHeader,writeDate:BOOL, memo:STR):BOOL
WriteKnotLog(Knot:KNOT):BOOL
WriteKnotN(Knot:KNOT, knotName:STR):BOOL
WriteKnotNVer1(Knot:KNOT, knotName:STR):BOOL
WriteKnotS(Knot:KNOT, outS:$OSTREAM, writeHeader,writeDate:BOOL, memo:STR):BOOL
WriteKnotSVer1(Knot:KNOT, outS:FILE):BOOL
WriteNDataLog(Knot:KNOT):BOOL
WriteNDataN(Knot:KNOT, knotName:STR):BOOL
WriteNDataS(Knot:KNOT, outS:$OSTREAM, writeHeader,writeDate:BOOL, memo:STR):BOOL
The Sather Home Page