TStreamFileWriter() > Methods xHarbour Developers Network  

oTStreamFileWriter:writeByte()

Writes a single byte into the data stream.

Syntax

:writeByte( <cByte> ) --> self

Arguments

<cByte>
This is a single character to write into the data stream.

Description

Method :writeByte() writes a single byte to the current position in data stream and advances the file pointer by 1. When the byte cannot be written, a runtime error is raised.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe