JByte class

Inheritance
Available Extensions
Annotations
  • @NativeClass(javaClass: _jByteCls)

Constructors

JByte(int value)
JByte.fromPointer(Pointer<Void> ptr)

Properties

className String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pointer Pointer<Void>
no setterinherited
raw int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callMethod(String methodName, String returnType, {List? args, List<String>? assignedSignature, Thread thread = Thread.mainThread}) Future
Async call java method, you can use JObjectCallMethod extension method which is more simplify.
inherited
callMethodSync(String methodName, String returnType, {List? args, List<String>? assignedSignature}) → dynamic
Sync call java native method, you can use JObjectSyncCallMethod extension method which is more simplify.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited