Package org.robovm.compiler.llvm
Class ByteArrayConstant
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.ByteArrayConstant
- All Implemented Interfaces:
Writable
public class ByteArrayConstant extends Constant
Straight forward implementation of byte array constant to reduce amount of memory
required to do same foe ArrayConstant
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description ByteArrayConstant(byte... values) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.Value
isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
ByteArrayConstant
public ByteArrayConstant(byte... values)
-
-
Method Details
-
getType
-
write
- Throws:
IOException
-
toString
-