NTAR detailed documentation
File List
bittypes.h
ntar.h
ntar_int.h
option.h
plugins_int.h
Data Structures
_ntar_block_handle
_ntar_data_chunk
_ntar_file_handle
_ntar_file_handlers
_ntar_option
_ntar_plugin_data
_ntar_read_iterator
_ntar_section_handle
Data Fields
Modules
Structures
Typedefs
ntar_block_handle
ntar_file_handle
ntar_file_handlers
ntar_option
ntar_read_handler
ntar_section_handle
ntar_seek_handler
ntar_write_handler
Definitions
Defines
NTAR_FILEMODE_APPEND
NTAR_FILEMODE_CREATE
NTAR_FILEMODE_READ
NTAR_FILEMODE_WRITE
NTAR_OPEN_APPEND
NTAR_OPEN_CREATE
NTAR_OPEN_READ
NTAR_OPEN_WRITE
Error codes
NTAR_FAILURE
NTAR_FAILURE_ACCESSDENIED
NTAR_FAILURE_ASCIIDLFILE
NTAR_FAILURE_BADFILEDESCRIPTOR
NTAR_FAILURE_BLOCKDATANOTSET
NTAR_FAILURE_BLOCKDATAUNREAD
NTAR_FAILURE_BLOCKNOTCLOSED
NTAR_FAILURE_BLOCKTRAILERMISMATCH
NTAR_FAILURE_CREATEFILEFAILED
NTAR_FAILURE_DISKFULL
NTAR_FAILURE_DUPPTR
NTAR_FAILURE_EOF
NTAR_FAILURE_FILEEXISTS
NTAR_FAILURE_FILENOTFOUND
NTAR_FAILURE_INVALID_ID
NTAR_FAILURE_INVALIDFILE
NTAR_FAILURE_INVALIDPARAMETER
NTAR_FAILURE_IOREAD
NTAR_FAILURE_IOWRITE
NTAR_FAILURE_MALFORMED_BLOCK
NTAR_FAILURE_NOMEM
NTAR_FAILURE_NOMOREBLOCKS
NTAR_FAILURE_SECTIONNOTCLOSED
NTAR_FAILURE_SMALLBUFFER
NTAR_FAILURE_TOOMANYOPENFILES
NTAR_FAILURE_UNKNOWNERRNO
NTAR_FAILURE_WRITEONREADFILE
NTAR_SUCCESS
Exported functions
Functions
ntar_add_block_option
ntar_add_section_option
ntar_close
ntar_close_block
ntar_close_section
ntar_create_block
ntar_create_section
ntar_get_block_data
ntar_get_block_options
ntar_get_block_type
ntar_get_next_block
ntar_get_next_section
ntar_get_previous_block
ntar_get_previous_section
ntar_get_section_options
ntar_getversion
ntar_open
ntar_open_by_handlers
Block plugins callbacks
ntar_data_chunk
ntar_plugin_data
plugin_destroy
plugin_init
plugin_read_data
plugin_read_option
plugin_validate_option
plugin_write_data
plugin_write_option
get_plugin_data
Variables
ntar_plugins
Plugin architecture
NTAR License
InternalFuncs
ntar_convert_errno
ntar_native_file_close
ntar_native_file_open
ntar_native_file_read
ntar_native_file_seek
ntar_native_file_write
read_option_raw
read_option_string
read_option_uint32
read_option_uint64
reallocate_memory
write_null_option
write_option_raw
write_option_string
write_option_uint32
write_option_uint64
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
test018.c
Globals
Related Pages
Todo List