MCPcopy Create free account
hub / github.com/demoth/jake2 / isError

Method isError

client/src/main/java/jake2/client/MP3.java:127–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 public boolean isError() {
128 if (iserror == true)
129 return true;
130 return false;
131 }
132
133 public int getTotalLength() {
134 if (isinitialized == false)

Callers 3

PlayMethod · 0.80
PauseMethod · 0.80
ResumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected