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

Method fclose

qcommon/src/main/java/jake2/qcommon/util/Lib.java:224–230  ·  view source on GitHub ↗

Like in libc

(RandomAccessFile f)

Source from the content-addressed store, hash-verified

222
223 /** Like in libc */
224 public static void fclose(RandomAccessFile f) {
225 try {
226 f.close();
227 }
228 catch (Exception e) {
229 }
230 }
231
232 /** Like in libc */
233 public static String freadString(RandomAccessFile f, int len) {

Callers 8

SVCmd_WriteIP_fMethod · 0.95
WriteGameMethod · 0.95
ReadLevelMethod · 0.95
StartServer_MenuInitMethod · 0.95
DisconnectMethod · 0.95
WriteConfigurationMethod · 0.95
ConsoleClass · 0.95
writeArchiveVariablesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected