Computer Science, asked by geetanjalibedre7757, 11 months ago

Which abstract class is superclass of all classes for reading bytes?

Answers

Answered by PiyushSinghRajput1
1

The ByteArrayInputStream is composed of two words: ByteArray and InputStream. As the name suggests, it can be used to read byte array as input stream. Java ByteArrayInputStream class contains an internal buffer which is used to read byte array as stream. In this stream, the data is read from a byte array.

Attachments:
Answered by SanwiG
0

Answer:

abstract class is superclass for classes for eating bites

Similar questions