Package net.sourceforge.ztail.core.reader

Examples of net.sourceforge.ztail.core.reader.NLocalReader


 
  private FileService() {}
 
  public ReaderSession openLocalFile(URI uri, int nr_lines) {
    ReaderSession session = new ReaderSession();
    AbstractReader reader = new NLocalReader(uri, nr_lines);
    session.bindReader(reader);
    return session;
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.ztail.core.reader.NLocalReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.