1 package gov
.nasa
.worldwind
.formats
.nitfs
;
3 Copyright (C) 2001, 2007 United States Government
4 as represented by the Administrator of the
5 National Aeronautics and Space Administration.
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
.TEXT_SEGMENT
, buffer
, headerStartOffset
, headerLength
, dataStartOffset
, dataLength
);
19 this.restoreBufferPosition();