C# Class CSJ2K.j2k.codestream.HeaderInfo.SOT

Internal class holding information found in the SOt marker segments
Show file Open project: cureos/csj2k

Public Properties

Property Type Description
isot int
lsot int
psot int
tnsot int
tpsot int

Public Methods

Method Description
SOT ( HeaderInfo enclosingInstance ) : System
ToString ( ) : System.String

Display information found in this SOT marker segment

Private Methods

Method Description
InitBlock ( HeaderInfo enclosingInstance ) : void

Method Details

SOT() public method

public SOT ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
return System

ToString() public method

Display information found in this SOT marker segment
public ToString ( ) : System.String
return System.String

Property Details

isot public property

public int isot
return int

lsot public property

public int lsot
return int

psot public property

public int psot
return int

tnsot public property

public int tnsot
return int

tpsot public property

public int tpsot
return int