Searched defs:writeChars (Results 1 – 2 of 2) sorted by relevance
169 void writeChars(String s) throws IOException; in writeChars() method220 void writeChars(char[] c, int off, int len) throws IOException; in writeChars() method
109 public void writeChars(String s) throws IOException { in writeChars() method in ImageOutputStreamImpl124 public void writeChars(char[] c, int off, int len) throws IOException { in writeChars() method in ImageOutputStreamImpl