Class DefaultSvetovidReader

java.lang.Object
org.svetovid.io.AbstractSvetovidReader
org.svetovid.io.DefaultSvetovidReader
All Implemented Interfaces:
Closeable, AutoCloseable, SvetovidReader
Direct Known Subclasses:
StandardSvetovidReader

public class DefaultSvetovidReader extends AbstractSvetovidReader
This class provides a most commonly used implementation for the SvetovidReader interface.
Author:
Ivan Pribela
See Also:
  • Field Details

  • Constructor Details

    • DefaultSvetovidReader

      public DefaultSvetovidReader(BufferedReader in)
      Creates a new SvetovidReader that uses the specified reader for input.
      Parameters:
      in - the reader to use for input
    • DefaultSvetovidReader

      public DefaultSvetovidReader(Reader in)
      Creates a new SvetovidReader that uses the specified reader for input.
      Parameters:
      in - the reader to use for input
    • DefaultSvetovidReader

      public DefaultSvetovidReader(InputStream in)
      Creates a new SvetovidReader that uses the specified input stream for input.
      Parameters:
      in - the input stream to use for input
    • DefaultSvetovidReader

      public DefaultSvetovidReader(String in)
      Creates a new SvetovidReader that uses the specified string for input.
      Parameters:
      in - the string to use for input
  • Method Details