your Import is wrong. import Java.io,*; it should be import java.io.*; -Ravi.Halli
--- On Sun, 10/19/08, C.E. Thornton <[EMAIL PROTECTED]> wrote: From: C.E. Thornton <[EMAIL PROTECTED]> Subject: [java programming] Stream IO -- Problems with extending FileInputStream??? To: [email protected] Date: Sunday, October 19, 2008, 7:13 AM Group, When I try to extend FileInputStream I get symbol missing errors. I am importing java.io,*; so this should not be a problem -- Any Suggestions? ----------------------------------------- import Java.io,*; /** * @author thornton */ public class ChangeToUpperCase extends FileInputStream { } ------------------------------------------ -- Competency and chastity have much in common, they both encompass their own punishment! -- C.E. Thornton -- Hawthorne Press -- __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
