Discuss this help topic in SecureBlackbox Forum

TElStream.ReadByte

TElStream     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Reads the value at the current position in the stream.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    int readByte();

Return value

    Returns the value read from the stream.

Description

    Use this method to read the byte at the current position in the stream.

See also:     writeByte    

Discuss this help topic in SecureBlackbox Forum