#include <tsk_img.h>
Data Fields | |
| TSK_IMG_INFO * | next |
| Pointer to next "layer". | |
| TSK_IMG_INFO_TYPE_ENUM | itype |
| Type of disk image format. | |
| TSK_OFF_T | size |
| Total size of image in bytes. | |
| ssize_t(* | read_random )(TSK_IMG_INFO *img, TSK_OFF_T vol_off, char *buf, size_t len, TSK_OFF_T off) |
| Pointer to image type-specific read function. | |
| TSK_OFF_T(* | get_size )(TSK_IMG_INFO *) |
| void(* | close )(TSK_IMG_INFO *) |
| void(* | imgstat )(TSK_IMG_INFO *, FILE *) |
| ssize_t(* TSK_IMG_INFO::read_random)(TSK_IMG_INFO *img, TSK_OFF_T vol_off, char *buf, size_t len, TSK_OFF_T off) |
Pointer to image type-specific read function.
| img | Image to read from | |
| vol_off | Byte offset to start of 'volume' in image. | |
| buf | Buffer to read into | |
| len | Number of bytes to read | |
| off | Offset in volume to start reading from. |
1.5.1