java.io.Closeable, java.lang.AutoCloseablepublic 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.InputStreamjava.io.IOExceptionpublic int peek()
         throws java.io.IOException
java.io.IOExceptionpublic int available()
              throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class java.io.InputStream