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

matthew_swift
06.45.2009 df426d8775737476ca79980ddc5a1b197f53207e
opends/src/server/org/opends/server/protocols/asn1/ASN1ByteChannelReader.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.protocols.asn1;
@@ -392,6 +392,13 @@
  /**
   * {@inheritDoc}
   */
  public void readEndSet() throws ASN1Exception {
    reader.readEndSet();
  }
  /**
   * {@inheritDoc}
   */
  public long readInteger() throws ASN1Exception {
    return reader.readInteger();
  }
@@ -441,6 +448,13 @@
  /**
   * {@inheritDoc}
   */
  public void readStartSet() throws ASN1Exception {
    reader.readStartSet();
  }
  /**
   * {@inheritDoc}
   */
  public void close() throws IOException {
    reader.close();
    byteChannel.close();