Home | History | Annotate | Download | only in format

Lines Matching defs:istream

266         ObjectInputStream istream = null;
283 istream = new ObjectInputStream(new ByteArrayInputStream(bytes));
284 format2 = (MessageFormat)istream.readObject();
738 ObjectInputStream istream = null;
755 istream = new ObjectInputStream(new ByteArrayInputStream(bytes));
756 format2 = (MessageFormat)istream.readObject();
878 ObjectInputStream istream = new ObjectInputStream(new ByteArrayInputStream(bytes));
879 MessageFormat reconstituted = (MessageFormat)istream.readObject();