パッケージ org.pcap4j.packet
クラス Ssh2MpInt
- java.lang.Object
-
- org.pcap4j.packet.Ssh2MpInt
-
- すべての実装されたインタフェース:
Serializable
,Comparable<Ssh2MpInt>
public final class Ssh2MpInt extends Object implements Serializable, Comparable<Ssh2MpInt>
- 導入されたバージョン:
- pcap4j 1.0.1
- 作成者:
- Kaito Yamada
- 関連項目:
- 直列化された形式
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 int
compareTo(Ssh2MpInt o)
boolean
equals(Object obj)
int
getLength()
byte[]
getRawData()
byte[]
getValue()
BigInteger
getValueAsBigInteger()
int
hashCode()
int
length()
String
toString()
-
-
-
コンストラクタの詳細
-
Ssh2MpInt
public Ssh2MpInt(byte[] rawData, int offset, int length) throws IllegalRawDataException
Constructor. This method validates the arguments byByteArrays.validateBounds(byte[], int, int)
, which may throw exceptions undocumented here.- パラメータ:
rawData
- rawDataoffset
- offsetlength
- length- 例外:
IllegalRawDataException
- if parsing the raw data fails.
-
Ssh2MpInt
public Ssh2MpInt(long value)
- パラメータ:
value
- value
-
-
メソッドの詳細
-
getLength
public int getLength()
- 戻り値:
- value of the length field
-
getValue
public byte[] getValue()
- 戻り値:
- value
-
getValueAsBigInteger
public BigInteger getValueAsBigInteger()
- 戻り値:
- value as BigInteger
-
length
public int length()
- 戻り値:
- length
-
getRawData
public byte[] getRawData()
- 戻り値:
- rawData
-
compareTo
public int compareTo(Ssh2MpInt o)
- 定義:
compareTo
インタフェース内Comparable<Ssh2MpInt>
-
-