org.apache.directory.server.dns.io.decoder
Class ResourceRecordDecoder
java.lang.Object
org.apache.directory.server.dns.io.decoder.ResourceRecordDecoder
public class ResourceRecordDecoder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceRecordDecoder
public ResourceRecordDecoder()
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-2010 Apache Software Foundation. All Rights Reserved.