_ntar_file_handle Struct Reference

#include <ntar_int.h>


Detailed Description

This structure represents the handle to a dump file.
Examples:

test001.c, test002.c, test003.c, test004.c, test005.c, test006.c, test007.c, test008.c, test009.c, test010.c, test011.c, test012.c, test013.c, test014.c, test015.c, test016.c, test017.c, and test018.c.


Data Fields

int file_mode
int using_internal_handlers
ntar_file_handlers file_handlers
ntar_section_handle cache_section
int section_opened
ntar_read_iterator read_iterator
block_header last_bh


Field Documentation

ntar_section_handle _ntar_file_handle::cache_section
 

Handle to the current section, both in read and write mode, or NULL.

ntar_file_handlers _ntar_file_handle::file_handlers
 

General information about the underlying file.

int _ntar_file_handle::file_mode
 

Working mode of the file. Possible values are

block_header _ntar_file_handle::last_bh
 

ntar_read_iterator _ntar_file_handle::read_iterator
 

Indexes of the current, previous and next section in the file.

int _ntar_file_handle::section_opened
 

True if a section of the file is opened

int _ntar_file_handle::using_internal_handlers
 


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

NTAR documentation. Copyright (c) 2004 - 2005 Condor Engineering, Inc. All rights reserved.