invalid-block-size ( size -- * )


Vocabulary
compression.bzip3

Inputs
sizean object


Outputs
None

Word description
Throws an invalid-block-size error.

Error description
Occurs if the givenblocksize for compression is not in the range of 65 KiB and 511 MiB.

Definition


Methods

M: invalid-block-size summary
drop "Block size must be between 65 KiB and 511 MiB" ;