After this method has been called the specified buffer is empty as its contents have been transferred to this one.
7273747576777879808182
// Get the OutputBuffer. OutputBuffer outputBuffer = separatorManager.getOutputBuffer(); // Append the contents of temporary OutputBuffer to the managed one. outputBuffer.transferContentsFrom(temporaryBuffer); } } } /*