装饰模式中的角色:
InputStream (可以是接口可以是抽象类)
1.FileInputStream(实现类)
2. FilterInputStream
BufferedInputStream(装饰类)
DataInputStream(装饰类)