Maven module :un.storage : image-jpeg2k :
Class : un.storage.imagery.jpeg2k.model.SOT
Extends/Implements : un.storage.imagery.jpeg2k.model.Marker
Subclasses : -

Start of tile-part.
Marks the beginning of a tile-part and the index of its tile within a
codestream. The tile-parts of a tile shall appear in order (see TPsot) in the
codestream, but not necessarily consecutively.
author  Johann Sorel


Variables : tileNumber, totalLength, tilePartInstance, numberOfTilePart
Functions : SOT, read


public int tileNumber


Length, in bytes, from the beginning of the first byte of this SOT
marker segment of the tile-part to the end of the data of that tile-part.
Last SOT may have a size of 0.
public int totalLength

public int tilePartInstance

public int numberOfTilePart


public void SOT ()

public void read (DataInputStream ds, SIZ siz)