 |
Java > Open Source Codes > java > io > InputStream _ Java API By Example, From Geeks To Geeks.
7 8 package java.io; 9 10 /** 11 * This abstract class is the superclass of all classes representing 12 * an input stream of bytes. 13 * 14 * Applications that need to define a subclass of InputStream 15 * must always provide a method that ...
kickjava.com |
 |