Worldwind public release 0.2.1
[worldwind-tracker.git] / gov / nasa / worldwind / formats / nitfs / NitfsTextSegment.java
blob5a5c8b8c7f535ad37d1300edf16002a8e0ffcb37
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: NitfsTextSegment Mar 31, 2007 12:59:42 AM
13 class NitfsTextSegment extends NitfsSegment
15 public NitfsTextSegment(java.nio.ByteBuffer buffer, int headerStartOffset, int headerLength, int dataStartOffset, int dataLength)
17 super(NitfsSegmentType.TextSegment, buffer, headerStartOffset, headerLength, dataStartOffset, dataLength);
19 this.restoreBufferPosition();