Libraries
bignum
binary
bitmap
ble
bytes
core
crypto
device
encoding
esp32
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Interface Reader
A byte reader.
Deprecated. Use io.Reader instead.
Interface summary
Constructors
Statics
Methods
Fields
read
->
ByteArray
Reads from the source.
Methods
read
->
ByteArray
Reads from the source.
Returns a byte array if the source has available content.
Returns null otherwise.