[]
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
public class FileFormatWriter
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 |
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 |