Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ebarlas/microhttp
/ remaining
Method
remaining
src/main/java/org/microhttp/ByteTokenizer.java:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
int
remaining() {
24
return
size - position;
25
}
26
27
void
compact() {
28
array = Arrays.copyOfRange(array, position, size);
Callers
9
compact
Method · 0.95
expandingArray
Method · 0.95
noBytes
Method · 0.95
addAndAssert
Method · 0.80
add
Method · 0.80
doOnReadable
Method · 0.80
prepareToWriteResponse
Method · 0.80
doWrite
Method · 0.80
doOnWritable
Method · 0.80
Calls
no outgoing calls
Tested by
4
compact
Method · 0.76
expandingArray
Method · 0.76
noBytes
Method · 0.76
addAndAssert
Method · 0.64