<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Developer&#039;s Info &#187; Java I/O</title>
	<atom:link href="http://thedevelopersinfo.com/category/java/java-1-6/java-io/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedevelopersinfo.com/</link>
	<description>Resource which helps to developers to learn and use new technologies and application frameworks.</description>
	<lastBuildDate>Sun, 21 Aug 2011 09:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Using Sequence Input Stream in Java</title>
		<link>http://thedevelopersinfo.com//2010/04/19/using-sequence-input-stream-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/04/19/using-sequence-input-stream-in-java/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 12:57:05 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java Filter Streams]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1616</guid>
		<description><![CDATA[<p>In this post I am going to show you how to use SequenceInputStream in Java. A SequenceInputStream first reads all the bytes from the first stream in the sequence, then all the bytes from the second, third and so on. When the end of one stream is reached, that stream is closed and the next <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/04/19/using-sequence-input-stream-in-java/">Using Sequence Input Stream in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/04/19/using-sequence-input-stream-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Data Streams in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/22/using-data-streams-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/22/using-data-streams-in-java/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 14:50:19 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java Data Streams]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1482</guid>
		<description><![CDATA[<p>Data streams read and write strings, integers, floating-point numbers, and other data. The DataInputStream and DataOutputStream classes read and write the primitive Java data types (boolean, int, double, etc.) and strings in a particular, well-defined, platform-independent format. Since DataInputStream and DataOutputStream use the same formats, they&#8217;re complementary. These classes are especially useful when you need <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/22/using-data-streams-in-java/">Using Data Streams in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/22/using-data-streams-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multitargeting output streams in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/15/multitargeting-output-streams-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/15/multitargeting-output-streams-in-java/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:33:07 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java Filter Streams]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1446</guid>
		<description><![CDATA[<p>I want to show how I implemented filter output stream that send data to multiple underlying streams. It is very easy. I need output stream for this</p> import java.io.FilterOutputStream; import java.io.IOException; import java.io.OutputStream; /** * New filter stream which helps to write data in 2 streams * @author The Developer's Info */ public class MultitargetOutputStream <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/15/multitargeting-output-streams-in-java/">Multitargeting output streams in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/15/multitargeting-output-streams-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PushBackInputStream in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/15/using-pushbackinputstream-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/15/using-pushbackinputstream-in-java/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:15:23 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java Filter Streams]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1441</guid>
		<description><![CDATA[<p>The PushbackInputStream class provides a pushback buffer so a program can &#8220;unread&#8221; bytes. In other words, it can add bytes to the stream and then read them. This class allows to add data to the stream while they&#8217;re reading it. The next time data is read from the stream, the unread bytes are reread. Example:</p> <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/15/using-pushbackinputstream-in-java/">Using PushBackInputStream in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/15/using-pushbackinputstream-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using buffered streams in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/15/using-buffered-streams-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/15/using-buffered-streams-in-java/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 18:50:09 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java Filter Streams]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1436</guid>
		<description><![CDATA[<p>Buffered input streams read more data than they initially need into a buffer (an internal array of bytes). When one of the stream&#8217;s read() methods is invoked, data is removed from the buffer rather than from the underlying stream. When the buffer runs out of data, the buffered stream refills its buffer from the underlying <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/15/using-buffered-streams-in-java/">Using buffered streams in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/15/using-buffered-streams-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Filter Streams in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/15/using-filter-streams-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/15/using-filter-streams-in-java/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 17:15:42 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java Filter Streams]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1426</guid>
		<description><![CDATA[<p>Filter input streams read data from a preexisting input stream such as a FileInputStream and have an opportunity to work with or change the data before it is delivered to the client program. Filter output streams write data to a preexisting output stream such as a FileOutputStream and have an opportunity to work with or <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/15/using-filter-streams-in-java/">Using Filter Streams in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/15/using-filter-streams-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using URLConnection in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/08/using-urlconnection-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/08/using-urlconnection-in-java/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:04:50 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java I/O]]></category>
		<category><![CDATA[Java Network Streams]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1399</guid>
		<description><![CDATA[<p>URLConnections are closely related to URLs. Indeed, you get a reference to a URLConnection by using the openConnection() method of an URL object. In many ways, the URL class is only a wrapper around the URLConnection class. URLConnections provide more control over the communication between the client and the server. In particular, URLConnections provide not <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/08/using-urlconnection-in-java/">Using URLConnection in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/08/using-urlconnection-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using URL in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/01/using-url-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/01/using-url-in-java/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:32:57 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java I/O]]></category>
		<category><![CDATA[Java Network Streams]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1394</guid>
		<description><![CDATA[<p>Here I am going to show example which works with URL. Each URL(Uniform Resource Locator) unambiguously identifies the location of a resource on the Internet. Example shows how to connect to an URL, download its data and show it in console via System.out</p> import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.net.URL; /** * This class <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/01/using-url-in-java/">Using URL in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/01/using-url-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting separator symbol in Java</title>
		<link>http://thedevelopersinfo.com//2010/02/25/getting-separator-symbol-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/02/25/getting-separator-symbol-in-java/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 15:43:30 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java File Streams]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1388</guid>
		<description><![CDATA[<p>This snippet of code allows to get symbol which represents separator in your file-system:</p> System.getProperty("file.separator"); <p>No related posts.</p>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/02/25/getting-separator-symbol-in-java/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Writing files in Java</title>
		<link>http://thedevelopersinfo.com//2010/02/25/writing-files-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/02/25/writing-files-in-java/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 15:12:40 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java File Streams]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1384</guid>
		<description><![CDATA[<p>I am going to show example which shows how to write a file in Java. If you want to write some file you should start with FileOutputStream. This class is a concrete subclass of OutputStream. Example:</p> package tutorial; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; /** * This class shows how to write a <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/02/25/writing-files-in-java/">Writing files in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/02/25/writing-files-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.410 seconds -->

