/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QIODevice()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qiodevice.html
 *  $ONELINER$
 *     Creates a new QIODevice object.
 *  $INHERITS$
 *     QObject
 *  $SYNTAX$
 *     QIODevice():new( ... )
 *     QIODevice():from( pPtr_OR_oObj_of_type_QIODevice )
 *     QIODevice():configure( pPtr_OR_oObj_of_type_QIODevice )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QIODevice
 *  $METHODS$
 *     :atEnd()                                            -> lBool
 *     :bytesAvailable()                                   -> nQint64
 *     :bytesToWrite()                                     -> nQint64
 *     :canReadLine()                                      -> lBool
 *     :close()                                            -> NIL
 *     :errorString()                                      -> cQString
 *     :getChar( cC )                                      -> lBool
 *     :isOpen()                                           -> lBool
 *     :isReadable()                                       -> lBool
 *     :isSequential()                                     -> lBool
 *     :isTextModeEnabled()                                -> lBool
 *     :isWritable()                                       -> lBool
 *     :open( nMode )                                      -> lBool
 *     :openMode()                                         -> nOpenMode
 *     :peek( cData, nMaxSize )                            -> nQint64
 *     :peek_1( nMaxSize )                                 -> pQByteArray
 *     :pos()                                              -> nQint64
 *     :putChar( cC )                                      -> lBool
 *     :read( cData, nMaxSize )                            -> nQint64
 *     :read_1( nMaxSize )                                 -> pQByteArray
 *     :readAll()                                          -> pQByteArray
 *     :readLine( cData, nMaxSize )                        -> nQint64
 *     :readLine_1( nMaxSize )                             -> pQByteArray
 *     :reset()                                            -> lBool
 *     :seek( nPos )                                       -> lBool
 *     :setTextModeEnabled( lEnabled )                     -> NIL
 *     :size()                                             -> nQint64
 *     :ungetChar( cC )                                    -> NIL
 *     :waitForBytesWritten( nMsecs )                      -> lBool
 *     :waitForReadyRead( nMsecs )                         -> lBool
 *     :write( pData, nMaxSize )                           -> nQint64
 *     :write_1( pData )                                   -> nQint64
 *     :write_2( pByteArray )                              -> nQint64
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtcore/TQIODevice.prg
 *     C++ wrappers  : contrib/hbqt/qtcore/QIODevice.cpp
 *     Library       : hbqtcore
 *  $SEEALSO$
 *     QObject
 *  $END$
 */
