mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
06.45.2009 df426d8775737476ca79980ddc5a1b197f53207e
opends/src/server/org/opends/server/protocols/asn1/ASN1InputStreamReader.java
@@ -728,6 +728,16 @@
  /**
   * {@inheritDoc}
   */
  public void readStartSet() throws ASN1Exception
  {
    // From an implementation point of view, a set is equivalent to a
    // sequence.
    readStartSequence();
  }
  /**
   * {@inheritDoc}
   */
  public void readEndSequence() throws ASN1Exception
  {
    if(streamStack.isEmpty())
@@ -755,6 +765,16 @@
  /**
   * {@inheritDoc}
   */
  public void readEndSet() throws ASN1Exception
  {
    // From an implementation point of view, a set is equivalent to a
    // sequence.
    readEndSequence();
  }
  /**
   * {@inheritDoc}
   */
  public void skipElement() throws ASN1Exception
  {
    // Read the header if haven't done so already