Class Writer

  • All Implemented Interfaces:
    IClientListener

    public class Writer
    extends Object
    implements IClientListener
    A tag writer that may be used to write stream data to disk.
    Author:
    Paul Gregoire
    • Constructor Detail

      • Writer

        public Writer​(String filePath)
        Instantiates a writer for the given path.
        Parameters:
        filePath -
      • Writer

        public Writer​(Path filePath)
        Instantiates a writer for the given path.
        Parameters:
        filePath -