パッケージ org.pcap4j.packet

インタフェース DnsResourceRecord.DnsRData

    • メソッドの詳細

      • length

        int length()
        戻り値:
        length
      • getRawData

        byte[] getRawData()
        戻り値:
        raw data
      • toString

        String toString​(String indent)
        パラメータ:
        indent - indent
        戻り値:
        String representation of this object.
      • toString

        String toString​(String indent,
                        byte[] headerRawData)
        パラメータ:
        indent - indent
        headerRawData - the raw data of the DNS header including this RDATA.
        戻り値:
        String representation of this object.