uninit method of a subclass of the Stream
class.
uninit
method then that method must invoke the superclass
uninit method.
::class CustomStream subclass Stream
/* ... */
::method uninit
/* the subclass instance cleanup code should be placed here */
super~uninit -- this should be the last action in the method
return