ucar.nc2.stream
Class NcStreamReader
java.lang.Object
ucar.nc2.stream.NcStreamReader
public class NcStreamReader
- extends java.lang.Object
Read an ncStream InputStream into a NetcdfFile
- Since:
- Feb 7, 2009
- Author:
- caron
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NcStreamReader
public NcStreamReader()
readStream
public NetcdfFile readStream(java.io.InputStream is,
NetcdfFile ncfile)
throws java.io.IOException
- Throws:
java.io.IOException
readData
public ucar.nc2.stream.NcStreamReader.DataResult readData(java.io.InputStream is,
NetcdfFile ncfile)
throws java.io.IOException
- Throws:
java.io.IOException
proto2nc
public NetcdfFile proto2nc(NcStreamProto.Header proto,
NetcdfFile ncfile)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException