HI guys am completely new to java ... and have this couple of bugs am not clear of wt to do... can anybody help me with it i wud be gr8ful
E:\j2sdk1.4.2_19\bin\JAR>javac Training.java
.\Base64.java:39: cannot resolve symbol
symbol : constructor InputStream (java.io.FileInputStream,boolean)
location: class Base64.InputStream
Base64.InputStream localInputStream = new Base64.InputStream(localFileInputStream, false);
^
.\Base64.java:98: cannot resolve symbol
symbol : constructor OutputStream (java.io.ByteArrayOutputStream,boolean)
location: class Base64.OutputStream
localOutputStream = new Base64.OutputStream(localByteArrayOutputStream, true);
^
2 errors