java.io.Closeable
, java.lang.AutoCloseable
public class CoffeeIOPipe.CMInputStream
extends java.io.InputStream
Constructor | Description |
---|---|
CMInputStream() |
Modifier and Type | Method | Description |
---|---|---|
int |
available() |
|
void |
close() |
|
int |
peek() |
|
int |
read() |
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int peek() throws java.io.IOException
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public void close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
close
in class java.io.InputStream