Exemplo n.º 1
0
            internal IBinaryStreamAsStream( IBinaryStream stream )
            {
                if( stream.NullReference() )
                    throw new ArgumentNullException().StoreFileLine();

                this.binaryStream = stream;
            }