[]
        
(Showing Draft Content)

CSJ2K.j2k.fileformat.writer.FileFormatWriter

FileFormatWriter Class

This class writes the file format wrapper that may or may not exist around a valid JPEG 2000 codestream. This class writes the simple possible legal fileformat

Inheritance
FileFormatWriter
Namespace: CSJ2K.j2k.fileformat.writer
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class FileFormatWriter

Constructors

Name Description
FileFormatWriter(string, int, int, int, int[], int)

The constructor of the FileFormatWriter. It receives all the information necessary about a codestream to generate a legal JP2 file

Methods

Name Description
writeBitsPerComponentBox()

This method writes the Bits Per Component box

writeColourSpecificationBox()

This method writes the Colour Specification box

writeContiguousCodeStreamBox(byte[])

This method writes the Contiguous codestream box

writeFileFormat()

This method reads the codestream and writes the file format wrapper and the codestream to the same file

writeFileTypeBox()

This method writes the File Type box

writeImageHeaderBox()

This method writes the Image Header box

writeJP2HeaderBox()

This method writes the JP2Header box