MCPcopy Create free account
hub / github.com/ReadyTalk/avian / flip

Method flip

classpath/java/nio/Buffer.java:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public final Buffer flip() {
55 limit = position;
56 position = 0;
57 return this;
58 }
59
60 public final Buffer rewind() {
61 position = 0;

Callers 2

mainMethod · 0.45
handleReadMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainMethod · 0.36
handleReadMethod · 0.36