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

Method write

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

Source from the content-addressed store, hash-verified

10public interface RandomAccessFile extends Closeable {
11
12 void write(int value) throws IOException;
13
14 void write(byte[] data) throws IOException;
15

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected