Searched defs:writeChar (Results 1 – 7 of 7) sorted by relevance
135 public void writeChar(byte c) throws IOException { in writeChar() method in FontOutputStream
245 public int writeChar(int index, byte c) { in writeChar() method in WritableFontData
134 SSHBuffer.prototype.writeChar = function (v) { method in SSHBuffer
133 protected static final void writeChar(ByteArrayOutputStream stream, int value) { in writeChar() method in StandardMessageCodec
139 this.writeChar = function (...args) { method