<?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</title>
	<atom:link href="http://thedevelopersinfo.com/category/java/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>Java SE Development Kit 6 Update 20 is available</title>
		<link>http://thedevelopersinfo.com//2010/04/16/java-se-development-kit-6-update-20-is-available/</link>
		<comments>http://thedevelopersinfo.com//2010/04/16/java-se-development-kit-6-update-20-is-available/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 09:01:29 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java news]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1606</guid>
		<description><![CDATA[<p>You can download it from this link. Details you can find on Release Notes page.</p> <p>No related posts.</p>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/04/16/java-se-development-kit-6-update-20-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java SE Development Kit 6 Update 19 is available</title>
		<link>http://thedevelopersinfo.com//2010/03/30/java-se-development-kit-6-update-19-is-available/</link>
		<comments>http://thedevelopersinfo.com//2010/03/30/java-se-development-kit-6-update-19-is-available/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 21:45:35 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java news]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1601</guid>
		<description><![CDATA[<p>You can download it from this link. Details you can find on Release Notes page.</p> <p>No related posts.</p>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/30/java-se-development-kit-6-update-19-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using system properties in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/25/using-system-properties-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/25/using-system-properties-in-java/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 17:01:27 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java other]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1589</guid>
		<description><![CDATA[<p>The System class maintains a Properties object that describes the configuration of the current working environment. System properties include information about the current user, the current version of the Java runtime, and the character used to separate components of a file path name. In this post I am going to show simple example which shows <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/25/using-system-properties-in-java/">Using system properties in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/25/using-system-properties-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting system environment variables in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/25/getting-system-environment-variables-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/25/getting-system-environment-variables-in-java/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 16:17:34 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java other]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1583</guid>
		<description><![CDATA[<p>I am going to demonstrate example which shows how to get environment variables from Java code</p> import java.io.IOException; import java.util.Map; /** * This class shows how to get all environment variables and how to get specific environment variable * @author The Developer's Info */ public class Main { public static void main(String[] args) throws IOException <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/25/getting-system-environment-variables-in-java/">Getting system environment variables in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/25/getting-system-environment-variables-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Properties in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/25/using-properties-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/25/using-properties-in-java/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 11:38:12 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java other]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1541</guid>
		<description><![CDATA[<p>Java has great API for working with properties. In this post I am going to show example which shows how to work with properties with Properties class. In my work I very often use properties and xml files for configuration. Example will show how to load properties from property file, how to read them, how <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/25/using-properties-in-java/">Using Properties in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/25/using-properties-in-java/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

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

