Skip to content

szonov/text-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

szonov/text-source

Reading texts from different sources

This small library contains Interface for reading texts from different sources and several implementations.

For now implemented:

  • FilePointer - read data from file pointer
  • File - read data from file
  • Text - read data from string
  • Command - read data from command line output