java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QByteArrayMatcher
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QByteArrayMatcher extends QtObject implements Cloneable
Holds a sequence of bytes that can be quickly matched in a byte array
Java wrapper for Qt class QByteArrayMatcher
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QByteArrayMatcher()
QByteArrayMatcher(QByteArray pattern)
QByteArrayMatcher(QByteArrayMatcher other)
protected
QByteArrayMatcher(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QByteArrayMatcher
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
int
indexIn(QByteArray ba)
Overloaded function forindexIn(io.qt.core.QByteArray, int)
withfrom = 0
.int
indexIn(QByteArray ba, int from)
QByteArray
pattern()
void
setPattern(QByteArray pattern)
-
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, int)
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
-