net.sourceforge.jgrib
Class GribRecordES

Object
  extended by GribRecordES

public final class GribRecordES
extends Object

GribRecordES

This class is simply an helper class to handle the end section '7777' of a grib file edition1

@author simone giannecchini


Constructor Summary
GribRecordES()
           
 
Method Summary
 int getLength()
           
 void writeTo(OutputStream out)
          Serialization of BDS section with emphasis on data packing.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GribRecordES

public GribRecordES()
Method Detail

getLength

public int getLength()

writeTo

public void writeTo(OutputStream out)
             throws IOException
Serialization of BDS section with emphasis on data packing.

Parameters:
out - OutputStream
Throws:
IOException


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.