Home
last modified time | relevance | path

Searched defs:writeChars (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/awt/javax/imageio/stream/
DImageOutputStream.java169 void writeChars(String s) throws IOException; in writeChars() method
220 void writeChars(char[] c, int off, int len) throws IOException; in writeChars() method
DImageOutputStreamImpl.java109 public void writeChars(String s) throws IOException { in writeChars() method in ImageOutputStreamImpl
124 public void writeChars(char[] c, int off, int len) throws IOException { in writeChars() method in ImageOutputStreamImpl