ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / CodestreamManipulator Class / doCodestreamManipulation Method

In This Topic
    doCodestreamManipulation Method (CodestreamManipulator)
    In This Topic
    This method performs the actual manipulation of the codestream which is the reparsing for tile parts and packed packet headers
    Syntax
    'Declaration
     
    
    Public Overridable Function doCodestreamManipulation() As Integer
    public virtual int doCodestreamManipulation()

    Return Value

    The number of bytes that the file has increased by
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also