ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / readUnsignedShort Method

In This Topic
    readUnsignedShort Method (ISRandomAccessIO)
    In This Topic
    Reads an unsigned short (16 bit) from the input.
    Syntax
    'Declaration
     
    
    Public Overridable Function readUnsignedShort() As Integer
    public virtual int readUnsignedShort()

    Return Value

    The next byte-aligned unsigned short (16 bit) from the input.
    Exceptions
    ExceptionDescription
    If the end-of file was reached before getting all the necessary data.
    If an I/O error ocurred.
    See Also