Adds a {@link DataFile} as being a part of this piece with the specifiedlength as the length of data within the file that this piece holds.
@param file the DataFile to be added as being a part of this piece
@param length a length of bytes within file that is being contained by this piece
@throws IllegalArgumentException If (file == null || length < 0) returns true
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.