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

Method writeByte

src/bin/io/RandomAccessFile.java:50–50  ·  view source on GitHub ↗
(byte b)

Source from the content-addressed store, hash-verified

48 boolean isClosed();
49
50 default void writeByte(byte b) throws IOException {
51 write(b);
52 }
53

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected