パッケージ org.pcap4j.packet

クラス RadiotapPresentBitmask

  • すべての実装されたインタフェース:
    Serializable

    public final class RadiotapPresentBitmask
    extends Object
    implements Serializable
    The present field of Radiotap header. Vendor namespaces are not supported yet.
    導入されたバージョン:
    pcap4j 1.6.5
    作成者:
    Kaito Yamada
    関連項目:
    Radiotap, 直列化された形式
    • メソッドの詳細

      • getNamespace

        public String getNamespace()
        戻り値:
        namespace
      • isRadiotapNamespaceNext

        public boolean isRadiotapNamespaceNext()
        戻り値:
        radiotapNamespaceNext
      • isVendorNamespaceNext

        public boolean isVendorNamespaceNext()
        戻り値:
        vendorNamespaceNext
      • isAnotherBitmapFollows

        public boolean isAnotherBitmapFollows()
        戻り値:
        anotherBitmapFollows
      • getBitmask

        public byte[] getBitmask()
        戻り値:
        the bitmask
      • length

        public int length()
        戻り値:
        length of this data
      • getRawData

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

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

        public int hashCode()
        オーバーライド:
        hashCode クラス内 Object
      • equals

        public boolean equals​(Object obj)
        オーバーライド:
        equals クラス内 Object