Lines Matching full:be
53 * Generic interface for a method of transporting data. A TTransport may be
126 * @return How many bytes read, which must be equal to size
139 * This can be over-ridden to perform a transport-specific action
153 * and available to be read back in the future. Destroying a TTransport
155 * TTransport object with written but unflushed data, that data may be
171 * This can be over-ridden to perform a transport-specific action
182 * Flushes any pending data to be written. Typically used with buffered
198 * will fail occasionally, so protocols must be prepared to use read if
201 * @oaram buf A buffer where the data can be stored if needed.
203 * buf after the call are undefined. This parameter may be
209 * available in the returned pointer. This will be at least
210 * what was requested, but may be more if borrow returns
214 * This might be equal to \c buf, or it might be a pointer into
247 * The returned value can be used in a log message for example