MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / writeChar

Method writeChar

src/bin/io/RandomAccessFile.java:63–63  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

61 }
62
63 default void writeChar(char c) throws IOException {
64 writeUShort(c);
65 }
66

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected