next up previous contents index
Next: Interface read_line Up: Module system_module Previous: Interface write_binary   Contents   Index

Interface read_binary


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call read_binary(int,file)...
..._binary(la2,file)
call read_binary(ca2,file)\end{verbatim}
\end{boxedminipage}

Read scalar and array data from binary files. These interfaces are heavily overloaded to cater for all intrinsic and most derived types.

int -- integer, intent(out)

file -- type(inoutput), intent(inout)

r -- real(dp) or complex(dp)

l -- logical

c -- character(*)

intv -- integer, dimension(:)

rv -- dimension(:), real(dp) or complex(dp)

lv -- logical, dimension(:)

cv -- character(*), dimension(:)

inta2 -- integer, intent(inout), dimension(:,:)

ra2 -- intent(inout), dimension(:,:), real(dp) or complex(dp)

la2 -- logical, intent(inout), dimension(:,:)

ca2 -- character(*), intent(inout), dimension(:,:)

read_line interface

gabor 2009-06-30