ReadOnly BinaryStream - how to tell?

Looking at the docs, I don’t see an obvious way to determine if a BinaryStream is read only (the File is locked or it is backing a string, or in the future maybe, an immutable or ‘frozen’ MemoryBlock) besides trying to do it and seeing if one gets an exception.

is there one?

Thanks,

  • karen