Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
func
(e *Encoder) writeBytes(b ...byte) error {
47
_, err := e.w.Write(b)
48
return
err
49
}
50
51
func
(e *Encoder) writeByte(b int8) error {
52
return
e.writeBytes(byte(b))
Callers
5
writeByte
Method · 0.95
writeShort
Method · 0.95
writeInt
Method · 0.95
writeLong
Method · 0.95
writeString
Method · 0.95
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected