Remove len bytes from the transport. This must always follow a borrow of at least len bytes, and should always succeed.
The transport must be open when calling this.
Number of bytes to consume.
TTransportException if an error occurs.
See Implementation
Remove len bytes from the transport. This must always follow a borrow of at least len bytes, and should always succeed.
The transport must be open when calling this.