ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream Class / ReadInt Method

In This Topic
    ReadInt Method
    In This Topic
    Reads a int.
    Syntax
    'Declaration
     
    Public Function ReadInt() As System.Integer
    public System.int ReadInt()

    Return Value

    an int from the stream
    Remarks
    In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
    See Also