adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / BlowfishStream Class / Position Property

In This Topic
    Position Property
    In This Topic
    When overridden in a derived class, gets or sets the position within the current stream. Gets or Sets the posistion of the stream.
    Syntax
    'Declaration
     
    
    Public Overrides Property Position As Long
    public override long Position {get; set;}

    Property Value

    The current position within the stream.
    Exceptions
    ExceptionDescription
    An I/O error occurs.
    The stream does not support seeking.
    Methods were called after the stream was closed.
    See Also