TTransport.readEnd

Must be called by clients when read is completed.

Implementations can choose to perform a transport-specific action, e.g. logging the request to a file.

interface TTransport
size_t
readEnd
()

Return Value

Type: size_t

The number of bytes read if available, 0 otherwise.

Meta