Package org.minidns.record
Class RRWithTarget
- java.lang.Object
-
- org.minidns.record.Data
-
- org.minidns.record.RRWithTarget
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RRWithTarget(DnsName target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsName
getTarget()
void
serialize(DataOutputStream dos)
The internal method used to serialize Data subclasses.String
toString()
-
Methods inherited from class org.minidns.record.Data
equals, getType, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
-
-
-
Constructor Detail
-
RRWithTarget
protected RRWithTarget(DnsName target)
-
-
Method Detail
-
serialize
public void serialize(DataOutputStream dos) throws IOException
Description copied from class:Data
The internal method used to serialize Data subclasses.- Specified by:
serialize
in classData
- Parameters:
dos
- the output stream to serialize to.- Throws:
IOException
- if an I/O error occurs.
-
-