Constructor, from an ASN.1 encoded input stream.
Validity check NOT included.
The encoding of the ID in the stream uses "DER", a BER/1 subset.
In this case, that means a triple { typeId, length, data }.
<P><STRONG>NOTE:</STRONG> When an exception is thrown, the
input stream has not been returned to its "initial" state.
@param in DER-encoded data holding an object ID
@exception IOException indicates a decoding error
Constructor, from an ASN.1 encoded input stream. Validity check NOT included. The encoding of the ID in the stream uses "DER", a BER/1 subset. In this case, that means a triple { typeId, length, data }.
<P><STRONG>NOTE:</STRONG> When an exception is thrown, the input stream has not been returned to its "initial" state.
@param in DER-encoded data holding an object ID @exception IOException indicates a decoding error