Transport.output

Has the transport produce up to size bytes placing the result into dest beginning at position offset.

@param dest array for output bytes @param offset the offset within bytes where output begins @param size the maximum number of bytes to be output

@return the number of bytes written @deprecated use {@link #getOutputBuffer()} and {@link #outputConsumed()} instead

interface Transport
int
output
(
byte[] dest
,
int offset
,
int size
)

Meta