Home | History | Annotate | Download | only in intltest

Lines Matching full:istream

617         FileInputStream istream = new FileInputStream("t.tmp");
618 ObjectInputStream p2 = new ObjectInputStream(istream);
621 istream.close();