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 CloseableReader
implements
Reader
A byte reader that can be closed.
Deprecated. Use
io.CloseableReader
instead.
Interface summary
Constructors
Statics
Methods
Fields
read
->
ByteArray
See
Reader.read
.
close
->
none
Closes the reader.
Methods
close
->
none
Closes the reader.
read
->
ByteArray
See
Reader.read
.
Returns null if the reader has been closed.