com.monad.homerun.core
Interface LogReader


public interface LogReader

LogReader is a simple log stream reading interface


Method Summary
 void read(java.io.InputStream in)
          Reads logs from a stream
 

Method Detail

read

void read(java.io.InputStream in)
Reads logs from a stream

Parameters:
in - the log input stream


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.