类 MomentHeader
- java.lang.Object
-
- org.meteoinfo.data.meteodata.radar.MomentHeader
-
public class MomentHeader extends Object
-
-
构造器概要
构造器 构造器 说明 MomentHeader(InputStream raf)ConstructorMomentHeader(RandomAccessFile raf)Constructor
-
-
-
构造器详细资料
-
MomentHeader
public MomentHeader(RandomAccessFile raf) throws IOException
Constructor- 参数:
raf- RandomAccessFile object- 抛出:
IOException
-
MomentHeader
public MomentHeader(InputStream raf) throws IOException
Constructor- 参数:
raf- InputStream object- 抛出:
IOException
-
-