java.lang.Object
io.qt.QtObject
io.qt.core.QByteArrayMatcher
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds a sequence of bytes that can be quickly matched in a byte array
Java wrapper for Qt class QByteArrayMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQByteArrayMatcher
(QByteArray pattern) QByteArrayMatcher
(QByteArrayView pattern) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QByteArrayMatcher other) clone()
Creates and returns a copy of this object.boolean
Seeoperator==(QByteArrayMatcher,
QByteArrayMatcher) int
hashCode()
Returns the objects's hash code computed byqHash(QByteArrayMatcher)
.final long
indexIn
(QByteArray ba) Overloaded function forindexIn(io.qt.core.QByteArray, long)
withfrom = 0
.final long
indexIn
(QByteArray ba, long from) SeeQByteArrayMatcher::
indexIn(QByteArray, qsizetype)const final long
indexIn
(QByteArrayView data) Overloaded function forindexIn(io.qt.core.QByteArrayView, long)
withfrom = 0
.final long
indexIn
(QByteArrayView data, long from) final QByteArray
pattern()
final void
setPattern
(QByteArray pattern) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QByteArrayMatcher
public QByteArrayMatcher() -
QByteArrayMatcher
-
QByteArrayMatcher
-
QByteArrayMatcher
-
-
Method Details
-
indexIn
Overloaded function for
indexIn(io.qt.core.QByteArrayView, long)
withfrom = 0
. -
indexIn
-
indexIn
Overloaded function for
indexIn(io.qt.core.QByteArray, long)
withfrom = 0
. -
indexIn
See
QByteArrayMatcher::
indexIn(QByteArray, qsizetype)const -
assign
-
pattern
-
setPattern
-
equals
See
operator==(QByteArrayMatcher,
QByteArrayMatcher) -
hashCode
Returns the objects's hash code computed byqHash(QByteArrayMatcher)
. -
clone
Creates and returns a copy of this object.
-