Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 319 Bytes

File IO util

Studying work with files

Work with files util with logging.

Task1

Spaces number in text file fixing with justifying content by width.

Task2

Batch copying files with regexp file name mask. Standard java IO byte streams used.

Task3

Is task2 with using java.nio.Files.copy() method.