ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BEBufferedRandomAccessFile Class / readUnsignedInt Method

In This Topic
    readUnsignedInt Method (BEBufferedRandomAccessFile)
    In This Topic
    Reads an unsigned int (i.e., 32 bit) from the input. It is returned as a long since Java does not have an unsigned short type. Prior to reading, the input should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Public Overrides Function readUnsignedInt() As Long
    public override long readUnsignedInt()

    Return Value

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