パッケージ org.pcap4j.packet
クラス RadiotapPresentBitmask.Builder
- java.lang.Object
-
- org.pcap4j.packet.RadiotapPresentBitmask.Builder
-
- 含まれているクラス:
- RadiotapPresentBitmask
public static final class RadiotapPresentBitmask.Builder extends Object
- 導入されたバージョン:
- pcap4j 1.6.5
- 作成者:
- Kaito Yamada
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Builder()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 RadiotapPresentBitmask.Builder
anotherBitmapFollows(boolean anotherBitmapFollows)
RadiotapPresentBitmask.Builder
bitNumbers(List<RadiotapPresentBitNumber> bitNumbers)
RadiotapPresentBitmask
build()
RadiotapPresentBitmask.Builder
namespace(String namespace)
RadiotapPresentBitmask.Builder
radiotapNamespaceNext(boolean radiotapNamespaceNext)
RadiotapPresentBitmask.Builder
vendorNamespaceNext(boolean vendorNamespaceNext)
-
-
-
メソッドの詳細
-
namespace
public RadiotapPresentBitmask.Builder namespace(String namespace)
- パラメータ:
namespace
- namespace- 戻り値:
- this Builder object for method chaining.
-
bitNumbers
public RadiotapPresentBitmask.Builder bitNumbers(List<RadiotapPresentBitNumber> bitNumbers)
- パラメータ:
bitNumbers
- bitNumbers- 戻り値:
- this Builder object for method chaining.
-
radiotapNamespaceNext
public RadiotapPresentBitmask.Builder radiotapNamespaceNext(boolean radiotapNamespaceNext)
- パラメータ:
radiotapNamespaceNext
- radiotapNamespaceNext- 戻り値:
- this Builder object for method chaining.
-
vendorNamespaceNext
public RadiotapPresentBitmask.Builder vendorNamespaceNext(boolean vendorNamespaceNext)
- パラメータ:
vendorNamespaceNext
- vendorNamespaceNext- 戻り値:
- this Builder object for method chaining.
-
anotherBitmapFollows
public RadiotapPresentBitmask.Builder anotherBitmapFollows(boolean anotherBitmapFollows)
- パラメータ:
anotherBitmapFollows
- anotherBitmapFollows- 戻り値:
- this Builder object for method chaining.
-
build
public RadiotapPresentBitmask build()
- 戻り値:
- a new RadiotapPresentBitmask object.
-
-