October 2018
Intermediate to advanced
246 pages
6h 26m
English
A ByteBuffer is like a builder to create a byte[]. Unlike arrays, it has more helper methods. Creating an image from a ByteArray works in the same way as a ByteBuffer, except we must use the fromByteArray() function instead shown as follows:
FirebaseVisionImage image = FirebaseVisionImage.fromByteArray(byteArray, metadata);
Read now
Unlock full access