iso9660_stat_s Struct Reference

Unix stat-like version of iso9660_dir. More...

#include <iso9660.h>


Public Types

enum  { _STAT_FILE = 1, _STAT_DIR = 2 }

Data Fields

iso_rock_statbuf_t rr
struct tm tm
lsn_t lsn
uint32_t size
uint32_t secsize
iso9660_xa_t xa
enum iso9660_stat_s:: { ... }  type
bool b_xa
char filename [EMPTY_ARRAY_SIZE]


Detailed Description

Unix stat-like version of iso9660_dir.

The iso9660_stat structure is not part of the ISO-9660 specification. We use it for our to communicate information in a C-library friendly way, e.g struct tm time structures and a C-style filename string.

See also:
iso9660_dir

Member Enumeration Documentation

anonymous enum

Enumerator:
_STAT_FILE 
_STAT_DIR 


Field Documentation

char iso9660_stat_s::filename[EMPTY_ARRAY_SIZE]

filename

start logical sector number

Rock Ridge-specific fields

number of sectors allocated

total size in bytes

struct tm iso9660_stat_s::tm [read]

time on entry - FIXME merge with one of entries above, like ctime?

enum { ... } iso9660_stat_s::type

XA attributes


The documentation for this struct was generated from the following file:

Generated for libcdio by doxygen 1.5.7.1