|
|
@@ -17,6 +17,7 @@ type packetDecoder interface {
|
|
|
getVarintBytes() ([]byte, error)
|
|
|
getRawBytes(length int) ([]byte, error)
|
|
|
getString() (string, error)
|
|
|
+ getNullableString() (*string, error)
|
|
|
getInt32Array() ([]int32, error)
|
|
|
getInt64Array() ([]int64, error)
|
|
|
getStringArray() ([]string, error)
|