Worldwind public release 0.2.1
[worldwind-tracker.git] / gov / nasa / worldwind / formats / nitfs / NitfsSymbolSegment.java
blob26fe3314c8436cb4c3dd79bef69f168c9451672b
1 package gov.nasa.worldwind.formats.nitfs;
2 /*
3 Copyright (C) 2001, 2007 United States Government
4 as represented by the Administrator of the
5 National Aeronautics and Space Administration.
6 All Rights Reserved.
7 */
9 /**
10 * @author Lado Garakanidze
11 * @version $Id: NitfsSymbolSegment Mar 31, 2007 12:55:42 AM
13 public class NitfsSymbolSegment extends NitfsSegment
15 public NitfsSymbolSegment(java.nio.ByteBuffer buffer, int headerStartOffset, int headerLength, int dataStartOffset, int dataLength)
17 super(NitfsSegmentType.SymbolSegment, buffer, headerStartOffset, headerLength, dataStartOffset, dataLength);
19 this.restoreBufferPosition();