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

In This Topic
    readInt Method (ISRandomAccessIO)
    In This Topic
    Reads a signed int (32 bit) from the input.
    Syntax
    'Declaration
     
    
    Public Overridable Function readInt() As Integer
    public virtual int readInt()

    Return Value

    The next byte-aligned signed int (32 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