Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ isEOF
Method
isEOF
core/src/main/java/org/gagravarr/ogg/BitsReader.java:101–103 ·
view source on GitHub ↗
Has the End-Of-File / End-of-Stream been hit?
()
Source
from the content-addressed store, hash-verified
99
* Has the End-Of-File / End-of-Stream been hit?
100
*/
101
public
boolean isEOF() {
102
return
eof;
103
}
104
}
Callers
1
FlacAudioFrame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected