Index of class methods


B
blocksize [Diskimage.blocksize_overlay]
blocksize [Diskimage.offset_device]
blocksize [Diskimage.block_device]
blocksize [Diskimage.device]
blocksize returns the natural block size of the device.

C
close [Diskimage.block_device]
Close the device, freeing up the file descriptor.
contiguous [Diskimage.blocksize_overlay]
contiguous [Diskimage.offset_device]
contiguous [Diskimage.block_device]
contiguous [Diskimage.device]
contiguous offset returns the number of contiguous bytes starting at byte offset on this device, before (eg.) end of device or some discontinuity in the mapping table occurs.

M
map_block [Diskimage.blocksize_overlay]
map_block [Diskimage.offset_device]
map_block [Diskimage.block_device]
map_block [Diskimage.device]
map_block describes how a block in this device is mapped down to any underlying device(s).

N
name [Diskimage.blocksize_overlay]
name [Diskimage.offset_device]
name [Diskimage.block_device]
name [Diskimage.device]
Return some printable name for the device.

R
read [Diskimage.blocksize_overlay]
read [Diskimage.offset_device]
read [Diskimage.block_device]
read [Diskimage.device]
read offset len reads len bytes starting at offset.
read_bitstring [Diskimage.blocksize_overlay]
read_bitstring [Diskimage.offset_device]
read_bitstring [Diskimage.block_device]
read_bitstring [Diskimage.device]
read_bitstring is the same as read but returns a pa_bitmatch-style bitstring.

S
size [Diskimage.blocksize_overlay]
size [Diskimage.offset_device]
size [Diskimage.block_device]
size [Diskimage.device]
Return the size of the device in bytes.