Hi,
i want to extend TStream to support some special Datatypes.
I've created a Class:
normaly i would
stream:Tstream = OpenStream("lalala",1,0)
now i wonder, how can i use my new class. How can i load a file with this extended stream class ?
i want to extend TStream to support some special Datatypes.
I've created a Class:
Type my_stream Extends TStream Method read_ul8:Int() Return ReadByte() End Method End Type
normaly i would
stream:Tstream = OpenStream("lalala",1,0)
now i wonder, how can i use my new class. How can i load a file with this extended stream class ?