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

Method length

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

Source from the content-addressed store, hash-verified

26 void readFully(byte[] data, int off, int len) throws IOException;
27
28 long length() throws IOException;
29
30 void setLength(long newLength) throws IOException;
31

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected