Non-stream variant for new raw data type?

hi,
i had a look on the new Raw data type. it seems to me, that is is only possible use as a stream? is that correct? if not where can i find examples? i had a look at the AsRaw(String) CS file.

any pointers welcome!

thx! jns;

you can also use it in the usual way:

[Input](Input)
ISpread<System.IO.Stream> FRawInput;
[Output](Output)
ISpread<System.IO.Stream> FRawOutput;

many classes in .net can interact with System.IO.Stream, i therefor decided to use that one. we can of course find some other abstraction if necessary. in the end it’s just a pointer and an integer…