enumfiledef : setstreams |
Allow a enum filedef access to the real streams.
Any other method of any other object can call this method. This is called 'public' access.
The data-type returned is "voidtype";
This method is contained in the object "enumfiledef".
The method takes the following arguments:
stream : streamptrtype
The real output streamtype.
console : streamptrtype
The real console streamtype.
Set the streams on the object.
_stream = stream; _console = console;