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
-
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 int
indexIn
(QByteArray ba) Overloaded function forindexIn(io.qt.core.QByteArray, int)
withfrom = 0
.final int
indexIn
(QByteArray ba, int 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
-
-
Method Details
-
indexIn
Overloaded function for
indexIn(io.qt.core.QByteArray, int)
withfrom = 0
. -
indexIn
-
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.
-