Uses of Class
org.archive.io.ReplayInputStream

Packages that use ReplayInputStream
org.archive.crawler.writer   
org.archive.io   
org.archive.util   
 

Uses of ReplayInputStream in org.archive.crawler.writer
 

Methods in org.archive.crawler.writer with parameters of type ReplayInputStream
protected  void Kw3WriterProcessor.writeArchiveInfoPart(java.lang.String boundary, CrawlURI curi, ReplayInputStream ris, java.io.OutputStream out)
           
protected  void Kw3WriterProcessor.writeContentPart(java.lang.String boundary, CrawlURI curi, ReplayInputStream ris, java.io.OutputStream out)
           
protected  void Kw3WriterProcessor.writeHeaderPart(java.lang.String boundary, ReplayInputStream ris, java.io.OutputStream out)
           
 

Uses of ReplayInputStream in org.archive.io
 

Methods in org.archive.io that return ReplayInputStream
 ReplayInputStream RecordingInputStream.getContentReplayInputStream()
           
 ReplayInputStream RecordingOutputStream.getContentReplayInputStream()
          Return a replay stream, cued up to begining of content
 ReplayInputStream RecordingInputStream.getReplayInputStream()
           
 ReplayInputStream RecordingOutputStream.getReplayInputStream()
           
 ReplayInputStream RecordingOutputStream.getReplayInputStream(long skip)
           
 

Constructors in org.archive.io with parameters of type ReplayInputStream
GenericReplayCharSequence(ReplayInputStream contentReplayInputStream, java.lang.String backingFilename, java.lang.String characterEncoding)
          Constructor for overflow-to-disk-file operation.
 

Uses of ReplayInputStream in org.archive.util
 

Methods in org.archive.util that return ReplayInputStream
 ReplayInputStream HttpRecorder.getReplayInputStream()
           
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.