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

Internal class holding information found in the SOt marker segments
Mostrar archivo 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_oe property

public int isot
return int

lsot public_oe property

public int lsot
return int

psot public_oe property

public int psot
return int

tnsot public_oe property

public int tnsot
return int

tpsot public_oe property

public int tpsot
return int