org.teleal.lemma.reader.content.handler
Class ContentFileHandler

java.lang.Object
  extended by org.teleal.lemma.reader.content.handler.ContentFileHandler

public class ContentFileHandler
extends Object

Reads contents of a file, returns the given line range as a string array.

Author:
Christian Bauer

Constructor Summary
ContentFileHandler()
           
 
Method Summary
 String[] getContent(File file, LineRange range)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentFileHandler

public ContentFileHandler()
Method Detail

getContent

public String[] getContent(File file,
                           LineRange range)


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.