ch.panter.li.bi.asn.ber
Class AsnBerNodeImpl

java.lang.Object
  extended by ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
      extended by ch.panter.li.bi.asn.ber.AsnBerNodeImpl
All Implemented Interfaces:
AsnBerNode, AsnBerNodeInfo

public class AsnBerNodeImpl
extends AsnBerNodeInfoImpl
implements AsnBerNode


Constructor Summary
AsnBerNodeImpl(long offset, AsnTag tag, AsnBerTagLength length, long dataOffset, AsnValue value)
           
 
Method Summary
protected  int computeHashCode(int baseHash)
           
 AsnValue getValue()
           
protected  boolean isEqualTo(Object compare)
           
 String toString()
           
 
Methods inherited from class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
equals, getDataOffset, getLength, getOffset, getTag, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ch.panter.li.bi.asn.ber.AsnBerNodeInfo
getDataOffset, getLength, getOffset, getTag
 

Constructor Detail

AsnBerNodeImpl

public AsnBerNodeImpl(long offset,
                      AsnTag tag,
                      AsnBerTagLength length,
                      long dataOffset,
                      AsnValue value)
Method Detail

getValue

public AsnValue getValue()
Specified by:
getValue in interface AsnBerNode

isEqualTo

protected boolean isEqualTo(Object compare)
Overrides:
isEqualTo in class AsnBerNodeInfoImpl

computeHashCode

protected int computeHashCode(int baseHash)
Overrides:
computeHashCode in class AsnBerNodeInfoImpl

toString

public String toString()
Overrides:
toString in class AsnBerNodeInfoImpl


Copyright 2007-2007 SourceForge. All Rights Reserved.