|
|
@@ -224,8 +224,7 @@ public: |
|
|
|
virtual int64 writeFromInputStream (InputStream& source, int64 maxNumBytesToWrite);
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
/** Sets the string that will be written to the stream when the writeNewLine()
|
|
|
|
method is called.
|
|
|
|
/** Sets the string to write to the stream when a new line is written.
|
|
|
|
By default this will be set the value of NewLine::getDefault().
|
|
|
|
*/
|
|
|
|
void setNewLineString (const String& newLineString);
|
|
|
|