Arguments can have streamref attributes which associate them with a
stream. Tools usually request streams and rely on them being ready. If an
argument is given a streamref, then the container constructs a stream
from the argument value. This would usually be a simple FileInputStream
or FileOutputStream. The mechanics of this are left for the container to
sort out, but that is the reason why this getter method exists.