ComponentOne PDF for .NET
CSJ2K.j2k.fileformat.writer Namespace / FileFormatWriter Class / writeFileFormat Method

In This Topic
    writeFileFormat Method (FileFormatWriter)
    In This Topic
    This method reads the codestream and writes the file format wrapper and the codestream to the same file
    Syntax
    'Declaration
     
    
    Public Overridable Function writeFileFormat() As Integer
    public virtual int writeFileFormat()

    Return Value

    The number of bytes increases because of the file format
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also