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

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

공개 프로퍼티들

프로퍼티 타입 설명
ccom byte[]
lcom int
rcom int

공개 메소드들

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

Display information found in the COM marker segment

비공개 메소드들

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

메소드 상세

COM() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

ccom 공개적으로 프로퍼티

public byte[] ccom
리턴 byte[]

lcom 공개적으로 프로퍼티

public int lcom
리턴 int

rcom 공개적으로 프로퍼티

public int rcom
리턴 int