Coda Distributed File System
Public Member Functions | Public Attributes | List of all members
TarRecd Class Reference

Public Member Functions

 TarRecd ()
 
void Reset ()
 
void GetNameParts (DumpObject *obj, int idx=0)
 
void Format ()
 
void Output ()
 
void WriteZeroTrailer ()
 

Public Attributes

char tr_type
 
unsigned int tr_mode
 
unsigned int tr_uid
 
unsigned int tr_size
 
unsigned int tr_mtime
 
char tr_name [100]
 
char tr_linkname [100]
 
char tr_prefix [155]
 

Constructor & Destructor Documentation

◆ TarRecd()

TarRecd::TarRecd ( )

Member Function Documentation

◆ Format()

void TarRecd::Format ( )

◆ GetNameParts()

void TarRecd::GetNameParts ( DumpObject obj,
int  idx = 0 
)

◆ Output()

void TarRecd::Output ( )

◆ Reset()

void TarRecd::Reset ( )

◆ WriteZeroTrailer()

void TarRecd::WriteZeroTrailer ( )

Member Data Documentation

◆ tr_linkname

char TarRecd::tr_linkname[100]

◆ tr_mode

unsigned int TarRecd::tr_mode

◆ tr_mtime

unsigned int TarRecd::tr_mtime

◆ tr_name

char TarRecd::tr_name[100]

◆ tr_prefix

char TarRecd::tr_prefix[155]

◆ tr_size

unsigned int TarRecd::tr_size

◆ tr_type

char TarRecd::tr_type

◆ tr_uid

unsigned int TarRecd::tr_uid

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