ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / writeShort Method

In This Topic
    writeShort Method (ISRandomAccessIO)
    In This Topic
    Throws an IOException since this class does not implement data output.
    Syntax
    'Declaration
     
    
    Public Overridable Sub writeShort( _
       ByVal v As Integer _
    ) 
    public virtual void writeShort( 
       int v
    )

    Parameters

    v
    See Also