|
@@ -13,6 +13,7 @@ type packetEncoder interface {
|
|
|
|
|
|
|
|
// Collections
|
|
// Collections
|
|
|
putBytes(in []byte) error
|
|
putBytes(in []byte) error
|
|
|
|
|
+ putRawBytes(in []byte) error
|
|
|
putString(in string) error
|
|
putString(in string) error
|
|
|
putInt32Array(in []int32) error
|
|
putInt32Array(in []int32) error
|
|
|
putInt64Array(in []int64) error
|
|
putInt64Array(in []int64) error
|