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

Method readByte

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

Source from the content-addressed store, hash-verified

83 }
84
85 default byte readByte() throws IOException {
86 int ret = read();
87 if (ret == -1) {
88 throw new EOFException();

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected