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

Method skipBytes

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

Source from the content-addressed store, hash-verified

30 public void readFully(byte[] b) throws IOException;
31 public void readFully(byte[] b, int off, int len) throws IOException;
32 public int skipBytes(int n) throws IOException;
33 public boolean readBoolean() throws IOException;
34 public byte readByte() throws IOException;
35 public int readUnsignedByte() throws IOException;

Callers 3

skipBytesMethod · 0.65
skipBytesMethod · 0.65
skipBytesMethod · 0.65

Implementers 3

ArrayInputStreamcore/src/main/java/edu/mines/jtk/io/Ar
ArrayFilecore/src/main/java/edu/mines/jtk/io/Ar
ArrayInputAdaptercore/src/main/java/edu/mines/jtk/io/Ar

Calls

no outgoing calls

Tested by

no test coverage detected