MCPcopy Create free account
hub / github.com/Print3M/ByteCaster / java

Method java

output/output.go:266–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266func (o *output) java() {
267 /*
268 byte[] buffer = new byte[] {
269 0x30, 0x63, 0x3A, 0x30, 0x64
270 };
271 */
272 fmt.Printf("byte[] buffer = new byte[] {\n")
273
274 o.bytesArray(4, 8)
275
276 fmt.Println(",\n};")
277 fmt.Println()
278 fmt.Printf("int bufferSize = %d;\n", len(o.data))
279}

Callers 1

OutputFunction · 0.95

Calls 1

bytesArrayMethod · 0.95

Tested by

no test coverage detected