Uses of Class
org.apache.asn1.ber.Tuple

Packages that use Tuple
org.apache.asn1.ber Provides the codec foundation for Basic Encoding Rules based on a Tag, Length and Value (TLV) field tuples. 
org.apache.asn1.ber.digester   
 

Uses of Tuple in org.apache.asn1.ber
 

Fields in org.apache.asn1.ber declared as Tuple
private  Tuple BERDecoder.tlv
          the single TLV tuple used by this decoder
private  Tuple DefaultMutableTupleNode.tuple
          this node's tuple user object
 

Methods in org.apache.asn1.ber that return Tuple
(package private)  Tuple BERDecoder.getCurrentTuple()
          Gets a cloned copy of the current tuple.
 Tuple DefaultMutableTupleNode.getTuple()
           
 Tuple TupleNode.getTuple()
          Gets the Tuple this node represents.
 Tuple AbstractDecoderTestCase.decode(java.lang.String bitString)
          BER decodes a string of 0's and 1's.
 Tuple AbstractDecoderTestCase.decode(byte bite)
          BER decodes a single byte.
 Tuple AbstractDecoderTestCase.decode(java.nio.ByteBuffer bites)
          BER decodes a byte buffer.
 Tuple AbstractDecoderTestCase.decode(Tuple tlv, java.nio.ByteBuffer value)
          First BER encodes then BER decodes a Tuple.
 Tuple AbstractDecoderTestCase.decode(Tuple[] tlvs, java.nio.ByteBuffer[] values)
          First BER encodes then BER decodes a train of Tuples.
 Tuple AbstractDecoderTestCase.decode(byte[] pdu)
           
 

Methods in org.apache.asn1.ber with parameters of type Tuple
 void BERDecoderMonitor.tagDecoded(Tuple tlv)
          Method used to receive notification that a tag was decoded.
 void BERDecoderMonitor.lengthDecoded(Tuple tlv)
          Method used to receive notification that a length was decoded.
 void BEREncoder.tag(Tuple tlv)
           
 void BEREncoder.length(Tuple tlv)
           
 void BEREncoder.chunkedValue(Tuple tlv, java.nio.ByteBuffer chunk)
           
 void BEREncoder.finish(Tuple tlv)
           
private  void BERDecoder.fireDecodeOccurred(Tuple tlv)
          Fires a complete TLV decoded event by making the appropriate calls to the callback and the monitor.
 void MutableTupleNode.setTuple(Tuple t)
          Resets the Tuple of the receiver object.
 void MutableTupleNode.setTuple(Tuple t, java.util.List valueChunks)
          Resets the Tuple of the receiver object.
 void DefaultMutableTupleNode.setTuple(Tuple t)
           
 void DefaultMutableTupleNode.setTuple(Tuple t, java.util.List valueChunks)
           
private  void TupleTreeDecoder.handleTuple(Tuple t)
          Handles a tuple recieved from the underlying BER byte stream decoder.
 void TupleEventConsumer.tag(Tuple tlv)
           
 void TupleEventConsumer.length(Tuple tlv)
           
 void TupleEventConsumer.chunkedValue(Tuple tlv, java.nio.ByteBuffer chunk)
           
 void TupleEventConsumer.finish(Tuple tlv)
           
 Tuple AbstractDecoderTestCase.decode(Tuple tlv, java.nio.ByteBuffer value)
          First BER encodes then BER decodes a Tuple.
 Tuple AbstractDecoderTestCase.decode(Tuple[] tlvs, java.nio.ByteBuffer[] values)
          First BER encodes then BER decodes a train of Tuples.
 void AbstractDecoderTestCase.tagDecoded(Tuple tlv)
           
 void AbstractDecoderTestCase.lengthDecoded(Tuple tlv)
           
 void AbstractDecoderTestCase.partialValueDecoded(Tuple tlv)
           
 void BERDecoderCallbackAdapter.tagDecoded(Tuple tlv)
           
 void BERDecoderCallbackAdapter.lengthDecoded(Tuple tlv)
           
 void BERDecoderCallbackAdapter.partialValueDecoded(Tuple tlv)
           
 void BERDecoderCallback.tagDecoded(Tuple tlv)
          Method used to receive notification that a tag was decoded.
 void BERDecoderCallback.lengthDecoded(Tuple tlv)
          Method used to receive notification that a length was decoded.
 void BERDecoderCallback.partialValueDecoded(Tuple tlv)
          Method used to recieve notification that a part of the value was decoded.
 void BEREncoderCallback.tagEncoded(Tuple tlv)
          Method used to receive notification that a tag was encoded.
 void BEREncoderCallback.lengthEncoded(Tuple tlv)
          Method used to receive notification that a length was encoded.
 void BEREncoderCallback.partialValueEncoded(Tuple tlv)
          Method used to recieve notification that a part of the value was encoded.
 

Constructors in org.apache.asn1.ber with parameters of type Tuple
DefaultMutableTupleNode(Tuple tuple)
          Creates a node without a parent using a tuple.
DefaultMutableTupleNode(Tuple tuple, java.util.List valueChunks)
          Creates a node without a parent.
 

Uses of Tuple in org.apache.asn1.ber.digester
 

Methods in org.apache.asn1.ber.digester with parameters of type Tuple
 void BERDigester.DigesterCallback.tagDecoded(Tuple tlv)
           
 void BERDigester.DigesterCallback.lengthDecoded(Tuple tlv)
           
 void BERDigester.DigesterCallback.partialValueDecoded(Tuple tlv)
           
 



Copyright © 2004-2006 . All Rights Reserved.