internal IBinaryStreamAsStream( IBinaryStream stream ) { if( stream.NullReference() ) throw new ArgumentNullException().StoreFileLine(); this.binaryStream = stream; }