org.jwall.web.audit.io
Class DefaultLineReader

java.lang.Object
  extended by org.jwall.web.audit.io.DefaultLineReader
All Implemented Interfaces:
LineReader

public class DefaultLineReader
extends Object
implements LineReader


Constructor Summary
DefaultLineReader(InputStream in)
           
 
Method Summary
 Long bytesRead()
           
 String getSource()
           
 String readLine()
           
 void skip(Long bytes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLineReader

public DefaultLineReader(InputStream in)
Method Detail

readLine

public String readLine()
Specified by:
readLine in interface LineReader

getSource

public String getSource()
Specified by:
getSource in interface LineReader

skip

public void skip(Long bytes)
Specified by:
skip in interface LineReader

bytesRead

public Long bytesRead()
Specified by:
bytesRead in interface LineReader


Copyright © 2012 jwall.org. All Rights Reserved.