| | |
| | | */ |
| | | package org.opends.server.plugins.profiler; |
| | | |
| | | |
| | | |
| | | import java.io.IOException; |
| | | |
| | | import org.opends.server.protocols.asn1.*; |
| | | |
| | | import org.forgerock.i18n.slf4j.LocalizedLogger; |
| | | |
| | | import org.forgerock.opendj.io.ASN1Reader; |
| | | import org.forgerock.opendj.io.ASN1Writer; |
| | | |
| | | /** |
| | | * This class defines a data structure that may be used to hold information |
| | |
| | | * information from. |
| | | * |
| | | * @return The decoded profile stack. |
| | | * @throws ASN1Exception If the element could not be decoded for some reason. |
| | | * |
| | | * @throws IOException If the element could not be decoded for some reason. |
| | | */ |
| | | public static ProfileStack decode(ASN1Reader reader) throws ASN1Exception |
| | | public static ProfileStack decode(ASN1Reader reader) throws IOException |
| | | { |
| | | reader.readStartSequence(); |
| | | |