-
read
public int read()
throws IOException
Reads the next byte of data from the audio input stream. The audio input stream's frame size must be one byte, or an IOException will be thrown.
-
Specified by:
-
read in class InputStream
-
Returns:
- the next byte of data, or -1 if the end of the stream is reached
-
Throws:
-
IOException - if an input or output error occurs
-
See Also:
-
read(byte[], int, int) , read(byte[]) , available()
|
-
read
public int read()
throws IOException
Reads the next byte of data from the audio input stream. The audio input stream's frame size must be one byte, or an IOException will be thrown.
-
Specified by:
-
read in class InputStream
-
Returns:
- the next byte of data, or -1 if the end of the stream is reached
-
Throws:
-
IOException - if an input or output error occurs
-
See Also:
-
read(byte[], int, int) , read(byte[]) ,
|
-
read
public int read()
throws IOException
Reads the next byte of data from the audio input stream. The audio input stream's frame size must be one byte, or an IOException will be thrown.
-
Specified by:
-
read in class InputStream
-
Returns:
- the next byte of data, or -1 if the end of the stream is reached
-
Throws:
-
IOException - if an input or output error occurs
-
See Also:
-
read(byte[], int, int) , read(byte[]) , available()
|
|