MCPcopy Index your code
hub / github.com/ZeppelinMC/Zeppelin / writeBytes

Method writeBytes

protocol/nbt/encoder.go:46–49  ·  view source on GitHub ↗
(b ...byte)

Source from the content-addressed store, hash-verified

44}
45
46func (e *Encoder) writeBytes(b ...byte) error {
47 _, err := e.w.Write(b)
48 return err
49}
50
51func (e *Encoder) writeByte(b int8) error {
52 return e.writeBytes(byte(b))

Callers 5

writeByteMethod · 0.95
writeShortMethod · 0.95
writeIntMethod · 0.95
writeLongMethod · 0.95
writeStringMethod · 0.95

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected