Discuss this help topic in SecureBlackbox Forum

TElStream.WriteByte

TElStream     See also     


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


Writes one byte 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]
    void writeByte(byte Value);

Description

    Use this method to write one byte to the stream.

See also:     readByte    

Discuss this help topic in SecureBlackbox Forum