Home | History | Annotate | Download | only in server

Lines Matching defs:fstream

585         FileInputStream fstream = null;
589 fstream = new FileInputStream(filename);
590 DataInputStream in = new DataInputStream(fstream);
602 if (fstream != null) {
604 fstream.close();