Skip to content

Latest commit

 

History

History

04_java_io_decorator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Writing your own Java I/O Decorator

Write a decorator that converts all uppercase characters to lowercase in the input stream. If we read in "I know the Decorator Pattern therefore I RULE!" then your decorator converts this to "i know the decorator pattern therefore i rule!"