MCPcopy Create free account
hub / github.com/MinesJTK/jtk / skipBytes

Method skipBytes

core/src/main/java/edu/mines/jtk/io/ArrayFile.java:151–153  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

149 }
150
151 public int skipBytes(int n) throws IOException {
152 return _ai.skipBytes(n);
153 }
154
155 public void write(int b) throws IOException {
156 _ao.write(b);

Callers

nothing calls this directly

Calls 1

skipBytesMethod · 0.65

Tested by

no test coverage detected