C# 클래스 CSJ2K.j2k.codestream.HeaderInfo.COC

Internal class holding information found in the COC marker segments
파일 보기 프로젝트 열기: cureos/csj2k

공개 프로퍼티들

프로퍼티 타입 설명
ccoc int
lcoc int
scoc int
spcoc_ch int
spcoc_cs int
spcoc_cw int
spcoc_ndl int
spcoc_ps int[]
spcoc_t int[]

공개 메소드들

메소드 설명
COC ( HeaderInfo enclosingInstance ) : System
ToString ( ) : System.String

Display information found in this COC marker segment

비공개 메소드들

메소드 설명
InitBlock ( HeaderInfo enclosingInstance ) : void

메소드 상세

COC() 공개 메소드

public COC ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
리턴 System

ToString() 공개 메소드

Display information found in this COC marker segment
public ToString ( ) : System.String
리턴 System.String

프로퍼티 상세

ccoc 공개적으로 프로퍼티

public int ccoc
리턴 int

lcoc 공개적으로 프로퍼티

public int lcoc
리턴 int

scoc 공개적으로 프로퍼티

public int scoc
리턴 int

spcoc_ch 공개적으로 프로퍼티

public int spcoc_ch
리턴 int

spcoc_cs 공개적으로 프로퍼티

public int spcoc_cs
리턴 int

spcoc_cw 공개적으로 프로퍼티

public int spcoc_cw
리턴 int

spcoc_ndl 공개적으로 프로퍼티

public int spcoc_ndl
리턴 int

spcoc_ps 공개적으로 프로퍼티

public int[] spcoc_ps
리턴 int[]

spcoc_t 공개적으로 프로퍼티

public int[] spcoc_t
리턴 int[]