<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://code-reference.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://code-reference.com/feed.php">
        <title>Programming | Library | Reference - Code-Reference.com</title>
        <description></description>
        <link>https://code-reference.com/</link>
        <image rdf:resource="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-18T20:45:51+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://code-reference.com/java/io/printstream?rev=1362625494&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/java/io/printstream/append?rev=1708042322&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/java/io?rev=1371134080&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Programming | Library | Reference - Code-Reference.com</title>
        <link>https://code-reference.com/</link>
        <url>https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://code-reference.com/java/io/printstream?rev=1362625494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-03-07T04:04:54+02:00</dc:date>
        <title>Printstream</title>
        <link>https://code-reference.com/java/io/printstream?rev=1362625494&amp;do=diff</link>
        <description>Printstream
 Name                 Description              append  Appends the specified character to this output stream  checkerror Flush the stream and check if it contains errors  close Closes the stream  flush Flushes the stream  format Writes a formatted string to the output stream  print Prints various data types to an output stream  println Prints various data types to an output stream then terminates the line  write Writes the specified byte to this output stream</description>
    </item>
    <item rdf:about="https://code-reference.com/java/io/printstream/append?rev=1708042322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-16T01:12:02+02:00</dc:date>
        <title>append</title>
        <link>https://code-reference.com/java/io/printstream/append?rev=1708042322&amp;do=diff</link>
        <description>Appends a CharSequence


append(char): PrintStream
append(CharSequence): PrintStream
append(CharSequence, int start, int end): PrintStream

return value: PrintStream


Language Example



        int i = 42;
        StringBuffer buf = new StringBuffer(42);
        buf.append(i);
        buf.append(&quot; is a answer to a nice question&quot;);
        System.out.println(buf);</description>
    </item>
    <item rdf:about="https://code-reference.com/java/io?rev=1371134080&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-13T16:34:40+02:00</dc:date>
        <title>io</title>
        <link>https://code-reference.com/java/io?rev=1371134080&amp;do=diff</link>
        <description>io
 Name     Description      printstreamAdds functionality to an output stream by giving it the ability to print various data types printwriterAllows the opening/writing of files to the device in a Java program.</description>
    </item>
</rdf:RDF>
