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

Method setLength

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

Source from the content-addressed store, hash-verified

28 long length() throws IOException;
29
30 void setLength(long newLength) throws IOException;
31
32 void seek(long pos) throws IOException;
33

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected