Searched refs:in (Results 1 - 1 of 1) sorted by relevance

/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/core/
H A DFileRenderSpecification.java10 * This library is distributed in the hope that it will be useful,
84 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException { argument
85 outputPath = Path.fromPortableString(in.readUTF());
86 mimeType = in.readUTF();
87 properties = (Map<String, Serializable>) in.readObject();

Completed in 1 milliseconds