MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / shift

Method shift

projects/Java/src/com/chronoxor/fbe/Model.java:37–37  ·  view source on GitHub ↗
(long offset)

Source from the content-addressed store, hash-verified

35 public void resize(long size) { _buffer.resize(size); }
36 public void reset() { _buffer.reset(); }
37 public void shift(long offset) { _buffer.shift(offset); }
38 public void unshift(long offset) { _buffer.unshift(offset); }
39
40 // Buffer I/O methods

Callers 15

sendSerializedMethod · 0.45
verifyMethod · 0.45
getMethod · 0.45
setMethod · 0.45
fbeExtraMethod · 0.45
verifyMethod · 0.45
getBeginMethod · 0.45
setBeginMethod · 0.45
fbeExtraMethod · 0.45
verifyMethod · 0.45
getBeginMethod · 0.45
setBeginMethod · 0.45

Calls

no outgoing calls

Tested by 15

verifyMethod · 0.36
getMethod · 0.36
setMethod · 0.36
fbeExtraMethod · 0.36
verifyMethod · 0.36
getBeginMethod · 0.36
setBeginMethod · 0.36
fbeExtraMethod · 0.36
verifyMethod · 0.36
getBeginMethod · 0.36
setBeginMethod · 0.36
fbeExtraMethod · 0.36