dimanche 11 août 2019

Do I need to use buffer.rewind() if I'm using buffer.get() in a IF conditional statement?

Example. Does the position of the buffer move after checking this condition?

if (variable==buffer.get()) { do something; buffer.rewind() }

Aucun commentaire:

Enregistrer un commentaire