- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for writeChar (0.04 seconds)
-
android/guava/src/com/google/common/io/ByteStreams.java
} } @Override public void writeChar(int v) { try { output.writeChar(v); } catch (IOException impossible) { throw new AssertionError(impossible); } } @Override public void writeChars(String s) { try { output.writeChars(s); } catch (IOException impossible) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 31.1K bytes - Click Count (0)