GetRawDataOutput Method
GetRawDataOutput()
After writing portable fields, one can write remaining fields in old fashioned way consecutively at the end of stream.
Declaration
IObjectDataOutput GetRawDataOutput()
Returns
IObjectDataOutput | ObjectDataOutput |
Remarks
After writing portable fields, one can write remaining fields in old fashioned way consecutively at the end of stream. User should not that after getting raw dataoutput trying to write portable fields will result in IOException
Exceptions
IOException | System.IO.IOException |