quiz icon indicating copy to clipboard operation
quiz copied to clipboard

Update Parser.java

Open ghost opened this issue 8 years ago • 0 comments

Replaced method locks with immutability. Removed redundant operations. Used buffered output for write since there was no need to check input char by char. Wrapped checked exceptions in runtime to avoid forced pollution of calling code.

ghost avatar Mar 07 '17 21:03 ghost