# gobble.cif# # Copyright (c) 2010 Accenture. All rights reserved.# This component and the accompanying materials are made available# under the terms of the "Eclipse Public License v1.0"# which accompanies this distribution, and is available# at the URL "http://www.eclipse.org/legal/epl-v10.html".# # Initial Contributors:# Accenture - Initial contribution#==name gobble==short-descriptionA tool for purposefully wasting persistent storage space.==long-descriptionIf the specified file does not already exist, it will be created. If it does exist, it will be grown.==see-alsoL<leak|leak>==option bool v verboseDisplay more detailed output.==argument filename file_nameThe file to create or to append to.==argument uint amountThe total number of bytes to consume.==argument uint block_size optionalThe maximum size of each write (in bytes). Defaults to 512.==copyrightCopyright (c) 2007-2010 Accenture. All rights reserved.