org.apache.directory.server.dns.io.decoder
Class ResourceRecordDecoder

java.lang.Object
  extended by org.apache.directory.server.dns.io.decoder.ResourceRecordDecoder

public class ResourceRecordDecoder
extends java.lang.Object


Constructor Summary
ResourceRecordDecoder()
           
 
Method Summary
protected  short getUnsignedByte(java.nio.ByteBuffer byteBuffer)
           
protected  short getUnsignedByte(java.nio.ByteBuffer byteBuffer, int position)
           
protected  long getUnsignedInt(java.nio.ByteBuffer byteBuffer)
           
protected  long getUnsignedInt(java.nio.ByteBuffer byteBuffer, int position)
           
protected  int getUnsignedShort(java.nio.ByteBuffer byteBuffer)
           
protected  int getUnsignedShort(java.nio.ByteBuffer byteBuffer, int position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRecordDecoder

public ResourceRecordDecoder()
Method Detail

getUnsignedByte

protected short getUnsignedByte(java.nio.ByteBuffer byteBuffer)

getUnsignedByte

protected short getUnsignedByte(java.nio.ByteBuffer byteBuffer,
                                int position)

getUnsignedShort

protected int getUnsignedShort(java.nio.ByteBuffer byteBuffer)

getUnsignedShort

protected int getUnsignedShort(java.nio.ByteBuffer byteBuffer,
                               int position)

getUnsignedInt

protected long getUnsignedInt(java.nio.ByteBuffer byteBuffer)

getUnsignedInt

protected long getUnsignedInt(java.nio.ByteBuffer byteBuffer,
                              int position)


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.