amigaBlock-class | R Documentation |
The Commodore Amiga stores data on floppy disks as 512 byte blocks. This class reflects such a block.
There are several types of blocks. Most important are the boot block
(used for booting the Amiga system), the root block (containing information
on the disk and the root directory), header blocks (indicating where to
find file data) and data blocks (containing the actual file data). See
this package's vignette (vignette("amigaDiskFiles")
) for more
details. use the amigaBlock-method
to extract a specific
block from an amigaDisk
object.
data
The raw
data of a 'block' of data on
an Amiga disk file. Each block holds 512 bytes of information.
This slot is therefore a vector
of the same length.
Pepijn de Vries
## create a block with no data:
new("amigaBlock")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.