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

Method length

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

Source from the content-addressed store, hash-verified

15 void write(byte[] data, int off, int len) throws IOException;
16
17 long length() throws IOException;
18
19 void setLength(long newLength) throws IOException;
20

Callers 9

_lengthMethod · 0.65
_skipMethod · 0.65
HostEntryHolderMethod · 0.65
optimizeMethod · 0.65
lengthMethod · 0.65
lengthMethod · 0.65
skipMethod · 0.65

Implementers 2

RandomAccessDataImplsrc/bin/io/RandomAccessDataImpl.java
FragmentRandomAccessDatasrc/bin/io/FragmentRandomAccessData.ja

Calls

no outgoing calls

Tested by

no test coverage detected