Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.45
handleRead
Method · 0.45
Calls
no outgoing calls
Tested by
2
main
Method · 0.36
handleRead
Method · 0.36