Navigation

Operators and Keywords

Function List:

C++ API

bzip2.m File Reference


Functions

endif else print_usage ()
 !save (filename,"dummy")
 !if (n_tmpfiles_before!=n_tmpfiles_after)%!error("bzip2 has not cleaned up temporary files correctly!")
!endif!unwind_protect_cleanup !delete (filename)
 !delete ([basename, extension,".bz2"])

Variables

function entries
endif
endfunction!xtest!unwind_protect 
!filename = tmpnam
 !dummy = 1
 !n_tmpfiles_before = length(find(strncmp("oct-", cellstr(ls(P_tmpdir)), 4)))
 !entry = bzip2(filename)
 !n_tmpfiles_after = length(find(strncmp("oct-", cellstr(ls(P_tmpdir)), 4)))

Function Documentation

!delete (  ) 

! endif ! unwind_protect_cleanup !delete ( filename   ) 

!if ( n_tmpfiles_before!  = n_tmpfiles_after  ) 

!save ( filename  ,
"dummy"   
)

endif else print_usage (  ) 


Variable Documentation

!dummy = 1

!entry = bzip2(filename)

!n_tmpfiles_after = length(find(strncmp("oct-", cellstr(ls(P_tmpdir)), 4)))

!n_tmpfiles_before = length(find(strncmp("oct-", cellstr(ls(P_tmpdir)), 4)))

Initial value:

 bzip2 (varargin)

  if (nargin == 1 || nargin == 2)
    if nargout == 0
      __xzip__ ("bzip2", "bz2", "bzip2 %s", varargin{:})