BufferedInput.compress

Compress buffer space.

class BufferedInput
@property final
compress
()

Return Value

The buffer instance.

Remarks: If we have some data left after an export, move it to front-of-buffer and set position to be just after the remains. This is for supporting certain conduits which choose to write just the initial portion of a request.

Limit is set to the amount of data remaining. Position is always reset to zero.

Meta