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.IOException
public int available()
available
in class java.io.InputStream
public final boolean isEmpty()
isEmpty
in interface EmptyAwareInputStreamI
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.