Package org.robovm.apple.foundation
Class VectorChar16
- All Implemented Interfaces:
Iterable<VectorChar16>
public class VectorChar16 extends Struct<VectorChar16>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorChar16.VectorChar16Ptr -
Constructor Summary
Constructors Constructor Description VectorChar16()VectorChar16(byte[] data) -
Method Summary
Modifier and Type Method Description bytegetC0()bytegetC1()bytegetC10()bytegetC11()bytegetC12()bytegetC13()bytegetC14()bytegetC15()bytegetC2()bytegetC3()bytegetC4()bytegetC5()bytegetC6()bytegetC7()bytegetC8()bytegetC9()voidset(byte[] data)VectorChar16setC0(byte b)VectorChar16setC1(byte b)VectorChar16setC10(byte b)VectorChar16setC11(byte b)VectorChar16setC12(byte b)VectorChar16setC13(byte b)VectorChar16setC14(byte b)VectorChar16setC15(byte b)VectorChar16setC2(byte b)VectorChar16setC3(byte b)VectorChar16setC4(byte b)VectorChar16setC5(byte b)VectorChar16setC6(byte b)VectorChar16setC7(byte b)VectorChar16setC8(byte b)VectorChar16setC9(byte b)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
VectorChar16
public VectorChar16() -
VectorChar16
public VectorChar16(byte[] data)
-
-
Method Details
-
getC0
public byte getC0() -
setC0
-
getC1
public byte getC1() -
setC1
-
getC2
public byte getC2() -
setC2
-
getC3
public byte getC3() -
setC3
-
getC4
public byte getC4() -
setC4
-
getC5
public byte getC5() -
setC5
-
getC6
public byte getC6() -
setC6
-
getC7
public byte getC7() -
setC7
-
getC8
public byte getC8() -
setC8
-
getC9
public byte getC9() -
setC9
-
getC10
public byte getC10() -
setC10
-
getC11
public byte getC11() -
setC11
-
getC12
public byte getC12() -
setC12
-
getC13
public byte getC13() -
setC13
-
getC14
public byte getC14() -
setC14
-
getC15
public byte getC15() -
setC15
-
set
public void set(byte[] data)
-