binary - What does the oauth guide mean by "8 bit array"? -


Mentioned below:

Binary data is not directly controlled by the out specification It is considered to be stored in an 8-bit array that is not UTF-8 encoded.

I do not know what that means? How do you store binary in an 8 bit array? Wikipedia article did not help me

8-bit array most likely There is an array with elements of byte size or an array of bytes where byte is of 8-bit or an octet, the data field that contains the array is called byte-addressable.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -