MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / write

Method write

UnLuac/src/unluac/parse/LBooleanType.java:24–28  ·  view source on GitHub ↗
(OutputStream out, BHeader header, LBoolean object)

Source from the content-addressed store, hash-verified

22 }
23
24 @Override
25 public void write(OutputStream out, BHeader header, LBoolean object) throws IOException {
26 int value = object.value() ? 1 : 0;
27 out.write(value);
28 }
29
30}

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected