MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / write

Method write

src/main/java/gregapi/log/LogBuffer.java:38–38  ·  view source on GitHub ↗
(int arg0)

Source from the content-addressed store, hash-verified

36 @SuppressWarnings("resource")
37 public LogBuffer() {
38 super(new OutputStream() {@Override public void write(int arg0) {/*Do nothing*/}});
39 }
40
41 @Override

Callers 7

encodeMethod · 0.80
encode2Method · 0.80
encode2Method · 0.80
onServerSaveMethod · 0.80
outputConfigMethod · 0.80
visitMethodMethod · 0.80
onServerSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected