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

Method skipBytes

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

Source from the content-addressed store, hash-verified

32 void seek(long pos) throws IOException;
33
34 int skipBytes(int n) throws IOException;
35
36 long getFilePointer() throws IOException;
37

Callers 1

_skipMethod · 0.65

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected