Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ read
Method
read
jOOQ/src/main/java/org/jooq/Source.java:391–399 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
389
}
390
391
@Override
392
public
int
read() throws java.io.IOException {
393
if
(length > 0) {
394
length--;
395
return
is.read();
396
}
397
else
398
return
-1;
399
}
400
401
@Override
402
public
void
close() throws java.io.IOException {
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected