![]() |
MODFLOW 6
version 6.7.0.dev2
USGS Modular Hydrologic Model
|
Data Types | |
type | binaryfileheadertype |
type | binaryfilereadertype |
interface | read_header_if |
interface | read_record_if |
Functions/Subroutines | |
character(len=:) function, allocatable | get_str (this) |
Get a string representation of the header. More... | |
subroutine | build_index (this) |
Build an index of data sizes in the file. More... | |
subroutine | peek_record (this) |
Peek to see if another record is available. More... | |
subroutine | rewind (this) |
Rewind the file to the beginning. More... | |
subroutine binaryfilereadermodule::build_index | ( | class(binaryfilereadertype), intent(inout) | this | ) |
Definition at line 68 of file BinaryFileReader.f90.
character(len=:) function, allocatable binaryfilereadermodule::get_str | ( | class(binaryfileheadertype), intent(in) | this | ) |
Definition at line 53 of file BinaryFileReader.f90.
subroutine binaryfilereadermodule::peek_record | ( | class(binaryfilereadertype), intent(inout) | this | ) |
subroutine binaryfilereadermodule::rewind | ( | class(binaryfilereadertype), intent(inout) | this | ) |
Definition at line 119 of file BinaryFileReader.f90.