Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ save
Method
save
src/org/albite/albite/ColorScheme.java:327–331 ·
view source on GitHub ↗
(final DataOutputStream dout)
Source
from the content-addressed store, hash-verified
325
}
326
327
public
final
void
save(
final
DataOutputStream dout) throws IOException {
328
dout.writeByte(type);
329
dout.writeBoolean(day);
330
dout.writeFloat(hue);
331
}
332
}
Callers
1
saveOptionsToRMS
Method · 0.80
Calls
1
writeByte
Method · 0.80
Tested by
no test coverage detected