Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ getInfo
Method
getInfo
core/src/main/java/org/gagravarr/flac/FlacFile.java:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
public
abstract
void
skipToGranule(long granulePosition) throws IOException;
81
82
public
FlacInfo getInfo() {
83
return
info;
84
}
85
public
FlacTags getTags() {
86
return
tags;
87
}
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected