public class QueueInputStream extends java.io.InputStream implements EmptyAwareInputStreamI
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
boolean |
isEmpty() |
int |
read()
Reads and returns a single byte.
|
public int read()
throws java.io.IOException
read in class java.io.InputStream-1 if the end of the stream has been reachedjava.io.IOExceptionpublic int available()
available in class java.io.InputStreampublic final boolean isEmpty()
isEmpty in interface EmptyAwareInputStreamIpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.