org.jwall.rbl.dns
Class DNSParser

java.lang.Object
  extended by org.jwall.rbl.dns.DNSParser

public class DNSParser
extends Object


Constructor Summary
DNSParser()
           
 
Method Summary
static String printDNSstring(String[] str)
           
static String[] readDNSstring(byte[] buf)
           
static String[] readDNSstring(ByteBuffer buf)
           
static byte[] toByteArray(String str)
           
static byte[] toByteArray(String[] str)
           
static ByteBuffer toDNSdata(String str)
           
static ByteBuffer toDNSdata(String[] str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSParser

public DNSParser()
Method Detail

readDNSstring

public static String[] readDNSstring(ByteBuffer buf)

readDNSstring

public static String[] readDNSstring(byte[] buf)

printDNSstring

public static String printDNSstring(String[] str)

toDNSdata

public static ByteBuffer toDNSdata(String str)

toByteArray

public static byte[] toByteArray(String str)

toByteArray

public static byte[] toByteArray(String[] str)

toDNSdata

public static ByteBuffer toDNSdata(String[] str)


Copyright © 2014. All Rights Reserved.