Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
FloatQuarter::read Method

Reads array from an open stream.

C++
void read(
    std::istream& in, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
std::istream& in 
Input stream. 
int firstYeart 
First year of data to read. 
int lastYeart 
Last year of data to read. 
Exceptions 
Description 
PiaException of type PIA_IDS_FLOATQTR2 if unable to read data for all specified years. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!