Class java.io.BufferedInputStream

Added Methods
int read()  
int read(byte[], int, int)  
 

Changed Methods
int available() Method was inherited from java.io.InputStream, but is now defined locally.  
long skip(long) Method was inherited from java.io.InputStream, but is now defined locally.