JAVA input/output 流层次关系图

在java中,input和output流种类繁多,那么它们之间是否有关系呢?答案是肯定的,其中使用到了设计模式,装饰模式

下图来自于HEAD FIRST 设计模式 装饰模式一章

下图来自网络博客:http://www.itzhai.com/java-based-notebook-io-flow-classification-and-detailed-description-of-various-classes-with-the-use-of-byte-stream-byte-stream-flow-filter.html#read-more

原文地址:https://www.cnblogs.com/u3shadow/p/4379458.html