## Static method (use this):
## AromaTabularBinaryFile$allocate(filename, path=NULL, nbrOfRows, types, sizes, signeds=TRUE, defaults=NA, comment=NULL, overwrite=FALSE, skip=FALSE, footer=list(), ..., verbose=FALSE)## Don't use the below:
## S3 method for class 'AromaTabularBinaryFile':
allocate(static, filename, path=NULL, nbrOfRows, types, sizes, signeds=TRUE, defaults=NA, comment=NULL, overwrite=FALSE, skip=FALSE, footer=list(), ..., verbose=FALSE)
integer specifying the number of rows to allocate.character string written to the file header.TRUE, an existing file is overwritten, otherwise not.TRUE and overwrite=TRUE, any existing file is
returned as is.list of attributes written (as character
strings) to the file footer.AromaTabularBinaryFile object.AromaTabularBinaryFile.