<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 解释一下Java中的流 Stream</title>
	<atom:link href="http://www.mianwww.com/html/2009/12/6589.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mianwww.com/html/2009/12/6589.html</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 01:00:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: eclipse</title>
		<link>http://www.mianwww.com/html/2009/12/6589.html/comment-page-1#comment-4472</link>
		<dc:creator>eclipse</dc:creator>
		<pubDate>Thu, 21 Oct 2010 04:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mianwww.com/?p=6589#comment-4472</guid>
		<description>流是JAVA中I/O一大头。在流处理这一块充分的体现了JAVA decorator的设计模式
按照处理的内容分为了：
1，字符流 inputstream&amp;outputstream
2.字节流  reader&amp;writer
按照功能分，分为了：
1.节点流
2.过滤流（Filter）</description>
		<content:encoded><![CDATA[<p>流是JAVA中I/O一大头。在流处理这一块充分的体现了JAVA decorator的设计模式<br />
按照处理的内容分为了：<br />
1，字符流 inputstream&amp;outputstream<br />
2.字节流  reader&amp;writer<br />
按照功能分，分为了：<br />
1.节点流<br />
2.过滤流（Filter）</p>
]]></content:encoded>
	</item>
</channel>
</rss>

