XmlInputStream::readBytes API Ref

#include <DbXml.hpp>

virtual unsigned int XmlInputStream::readBytes( char *toFill, const unsigned int maxToRead)


Description: XmlInputStream::readBytes

Reads maxToRead number of bytes from the input stream and places those bytes in toFill. Returns the number of bytes read, or 0 if the end of the stream has been reached.

Parameters
toFill maxToRead

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.