TCompactProtocol.this

Constructs a new instance.

class TCompactProtocol(Transport = TTransport)
this
(
Transport trans
,,
int stringSizeLimit = 0
)
if (
isTTransport!Transport
)

Parameters

trans Transport

The transport to use.

containerSizeLimit int

If positive, the container size is limited to the given number of items.

stringSizeLimit int

If positive, the string length is limited to the given number of bytes.

Meta