|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WireParseException | |
|---|---|
| org.xbill.DNS | |
| Uses of WireParseException in org.xbill.DNS |
|---|
| Subclasses of WireParseException in org.xbill.DNS | |
|---|---|
class |
NameTooLongException
An exception thrown when a name is longer than the maximum length of a DNS name. |
| Methods in org.xbill.DNS that throw WireParseException | |
|---|---|
void |
DNSInput.readByteArray(byte[] b,
int off,
int len)
Reads a byte array of a specified length from the stream into an existing array. |
byte[] |
DNSInput.readByteArray(int len)
Reads a byte array of a specified length from the stream. |
byte[] |
DNSInput.readCountedString()
Reads a counted string from the stream. |
int |
DNSInput.readU16()
Reads an unsigned 16 bit value from the stream, as an int. |
long |
DNSInput.readU32()
Reads an unsigned 32 bit value from the stream, as a long. |
int |
DNSInput.readU8()
Reads an unsigned 8 bit value from the stream, as an int. |
| Constructors in org.xbill.DNS that throw WireParseException | |
|---|---|
Name(DNSInput in)
Create a new name from DNS a wire format message |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||