You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
villares edited this page May 24, 2020
·
4 revisions
Nome
saveBytes()
Exemplos
byte[] nums = { 0, 34, 5, 127, 52};
// agora escreva os byes em um arquivosaveBytes("numbers.txt", nums);
Descrição
Oposta a loadBytes(), escreverá um array de bytes em um arquivo. Este arquivo é
salvo na pasta de esboços, a qual pode ser aberta ao
selecionar "Show sketch folder" do menu "Sketch".