パッケージ org.pcap4j.packet

クラス Ssh2Boolean

    • コンストラクタの詳細

      • Ssh2Boolean

        public Ssh2Boolean​(byte rawData)
        パラメータ:
        rawData - rawData
      • Ssh2Boolean

        public Ssh2Boolean​(byte[] rawData,
                           int offset)
        Constructor. This method validates the arguments by ByteArrays.validateBounds(byte[], int, int), which may throw exceptions undocumented here.
        パラメータ:
        rawData - rawData
        offset - offset
    • メソッドの詳細

      • getValue

        public boolean getValue()
        戻り値:
        false if the raw data is 0x00; otherwise true.
      • length

        public int length()
        戻り値:
        length
      • getRawData

        public byte[] getRawData()
        戻り値:
        rawData
      • equals

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

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