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

Method writeByte

protocol/nbt/encoder.go:51–53  ·  view source on GitHub ↗
(b int8)

Source from the content-addressed store, hash-verified

49}
50
51func (e *Encoder) writeByte(b int8) error {
52 return e.writeBytes(byte(b))
53}
54
55func (e *Encoder) writeShort(s int16) error {
56 return e.writeBytes(

Callers 4

EncodeMethod · 0.95
encodeCompoundStructMethod · 0.95
encodeCompoundMapMethod · 0.95
encodeListMethod · 0.95

Calls 1

writeBytesMethod · 0.95

Tested by

no test coverage detected