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

/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DGen.java169 writeIfChanged(bout.toByteArray(), outFile);
176 writeIfChanged(bout.toByteArray(), getFileObject(t.getQualifiedName()));
186 private void writeIfChanged(byte[] b, FileObject file) throws IOException { method in class:Gen

Completed in 28 milliseconds