java.lang.Object
io.qt.internal.QtJambiObject
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
ModifierConstructorDescriptionQByteArrayMatcher
(QByteArray pattern) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final long
indexIn
(QByteArray ba) Overloaded function forindexIn(io.qt.core.QByteArray, long)
withfrom = 0
.final long
indexIn
(QByteArray ba, 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
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
indexIn
Overloaded function for
indexIn(io.qt.core.QByteArray, long)
withfrom = 0
. -
indexIn
-
pattern
-
setPattern
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-