[]
        
(Showing Draft Content)

CSJ2K.Color.Boxes.JP2Box

JP2Box Class

The abstract super class modeling the aspects of a JP2 box common to all such boxes.

Namespace: CSJ2K.Color.Boxes
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public abstract class JP2Box

Constructors

Name Description
JP2Box()
JP2Box(RandomAccessIO, int)

Construct a JP2Box from an input image.

Fields

Name Description
boxEnd

offset to end of box

boxStart

offset to start of box

dataStart

offset to start of data in box

eol

Platform dependant line terminator

in_Renamed

input file

length

Length of the box.

type

Box type

Methods

Name Description
getTypeString()

Return the box type as a String.

getTypeString(int)

Return a String representation of the Box type.