JByte.fromPointer constructor

JByte.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

JByte.fromPointer(Pointer<Void> ptr) : super.fromPointer(ptr, _jByteCls) {
  raw = callByteMethodSync('byteValue');
}