public class DNSParser extends Object
| Constructor and Description |
|---|
DNSParser() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static String[] readDNSstring(ByteBuffer buf)
public static String[] readDNSstring(byte[] buf)
public static ByteBuffer toDNSdata(String str)
public static byte[] toByteArray(String str)
public static byte[] toByteArray(String[] str)
public static ByteBuffer toDNSdata(String[] str)
Copyright © 2013. All Rights Reserved.