Uses of Class
org.apache.directory.shared.asn1.codec.DecoderException

Packages that use DecoderException
org.apache.directory.shared.asn1   
org.apache.directory.shared.asn1.ber   
org.apache.directory.shared.asn1.ber.grammar   
org.apache.directory.shared.asn1.ber.tlv   
org.apache.directory.shared.asn1.codec   
org.apache.directory.shared.asn1.codec.binary   
org.apache.directory.shared.asn1.codec.stateful Provides the fundamental stateful codec interfaces. 
org.apache.directory.shared.asn1.codec.stateful.examples   
org.apache.directory.shared.asn1.primitives   
 

Uses of DecoderException in org.apache.directory.shared.asn1
 

Methods in org.apache.directory.shared.asn1 that throw DecoderException
 void Asn1Object.addLength(int length)
          Add a length to the object
 

Uses of DecoderException in org.apache.directory.shared.asn1.ber
 

Methods in org.apache.directory.shared.asn1.ber that throw DecoderException
 void Asn1Decoder.decode(java.nio.ByteBuffer stream, IAsn1Container container)
          The decoder main function.
 void Asn1Decoder.setMaxLengthLength(int maxLengthLength)
          Set the maximul length for a Length
 

Uses of DecoderException in org.apache.directory.shared.asn1.ber.grammar
 

Methods in org.apache.directory.shared.asn1.ber.grammar that throw DecoderException
 void AbstractGrammar.executeAction(IAsn1Container container)
          The main function.
 void IGrammar.executeAction(IAsn1Container asn1Container)
          This method, when called, execute an action on the current data stored in the container.
 void IAction.action(IAsn1Container container)
          The action to be executed.
 

Uses of DecoderException in org.apache.directory.shared.asn1.ber.tlv
 

Methods in org.apache.directory.shared.asn1.ber.tlv that throw DecoderException
 void ITLVBerDecoderMBean.setMaxLengthLength(int length)
          Set the number of bytes that can be used to encode the Value length, including the first byte.
 

Uses of DecoderException in org.apache.directory.shared.asn1.codec
 

Methods in org.apache.directory.shared.asn1.codec that throw DecoderException
 byte[] BinaryDecoder.decode(byte[] pArray)
          Decodes a byte array and returns the results as a byte array.
 java.lang.Object Decoder.decode(java.lang.Object pObject)
          Decodes an "encoded" Object and returns a "decoded" Object.
 

Uses of DecoderException in org.apache.directory.shared.asn1.codec.binary
 

Methods in org.apache.directory.shared.asn1.codec.binary that throw DecoderException
static byte[] Hex.decodeHex(char[] data)
          Converts an array of characters representing hexidecimal values into an array of bytes of those same values.
protected static int Hex.toDigit(char ch, int index)
          Converts a hexadecimal character to an integer.
 byte[] Hex.decode(byte[] array)
          Converts an array of character bytes representing hexidecimal values into an array of bytes of those same values.
 java.lang.Object Hex.decode(java.lang.Object object)
          Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.
 java.lang.Object BinaryCodec.decode(java.lang.Object ascii)
          Decodes a byte array where each byte represents an ascii '0' or '1'.
 

Uses of DecoderException in org.apache.directory.shared.asn1.codec.stateful
 

Methods in org.apache.directory.shared.asn1.codec.stateful that throw DecoderException
 void DecoderStack.decode(java.lang.Object encoded)
          Decodes an encoded object by calling decode on the decoder at the bottom of the stack.
 void StatefulDecoder.decode(java.lang.Object encoded)
          Decodes a peice of encoded data.
 

Uses of DecoderException in org.apache.directory.shared.asn1.codec.stateful.examples
 

Methods in org.apache.directory.shared.asn1.codec.stateful.examples that throw DecoderException
 void HexDecoder.decode(java.lang.Object chunk)
           
 

Uses of DecoderException in org.apache.directory.shared.asn1.primitives
 

Methods in org.apache.directory.shared.asn1.primitives that throw DecoderException
 boolean BitString.getBit(int pos)
          Get the bit stored into the BitString at a specific position? The position start at 0, which is on the left : With '1001 000x', where x is an unused bit, ^ ^ ^^ | | || | | |+---- getBit(7) -> DecoderException | | +----- getBit(6) = 0 | +---------- getBit(2) = 0 +------------ getBit(0) = 1
 void OID.setOID(byte[] oid)
          Set the OID.
 void OID.setOID(java.lang.String oid)
          Set the OID.
 

Constructors in org.apache.directory.shared.asn1.primitives that throw DecoderException
OID(byte[] oid)
          Create a new OID object from a byte array
OID(java.lang.String oid)
          Create a new OID object from a String
 



Copyright © 2004-2008 null. All Rights Reserved.