org.apache.directory.server.dns.io.encoder
Class QuestionRecordEncoder

java.lang.Object
  extended by org.apache.directory.server.dns.io.encoder.QuestionRecordEncoder

public class QuestionRecordEncoder
extends java.lang.Object

Version:
$Rev: 725712 $, $Date: 2008-12-11 16:32:04 +0100 (Thu, 11 Dec 2008) $
Author:
Apache Directory Project

Constructor Summary
QuestionRecordEncoder()
           
 
Method Summary
 void put(org.apache.mina.core.buffer.IoBuffer out, QuestionRecord question)
          Encodes the QuestionRecord into the ByteBuffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionRecordEncoder

public QuestionRecordEncoder()
Method Detail

put

public void put(org.apache.mina.core.buffer.IoBuffer out,
                QuestionRecord question)
Encodes the QuestionRecord into the ByteBuffer.

Parameters:
out -
question -


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