Module qtjambi
Package io.qt.core

Class QByteArrayView

java.lang.Object
io.qt.QtObject
io.qt.core.QByteArrayView
All Implemented Interfaces:
QtObjectInterface, Cloneable, Comparable<Object>, Iterable<@QtPrimitiveType Byte>

public class QByteArrayView extends QtObject implements Comparable<Object>, Iterable<@QtPrimitiveType Byte>, Cloneable

View on an array of bytes with a read-only subset of the QByteArray API

Java wrapper for Qt's class QByteArrayView