Methods
| Name | Description | 
|---|---|
| available() | Returns the number of bytes that can be read without blocking. | 
| close() | Closes the input stream. | 
| read() | Reads a byte of data. | 
| read(byte[]) | Reads into an array of bytes. | 
| read(byte[], int, int) | Reads into an array of bytes. | 
| readObject() | Read and return an object. | 
| skip(long) | Skips n bytes of input. |