1 2 3 4 5 6
package message type Writable interface { write(bytes *Bytes) int writeTagged(bytes *Bytes, class int, tag int) int }