Holger's
Java API

Uses of Class
com.antelmann.io.InterceptInputStream

Packages that use InterceptInputStream
com.antelmann.io This package contains classes that are concerned with input/output operations. 
 

Uses of InterceptInputStream in com.antelmann.io
 

Subclasses of InterceptInputStream in com.antelmann.io
 class ReplaceInputStream
          This specialized stream replaces all occurrences of a given byte pattern with another throughout the stream.
 

Methods in com.antelmann.io with parameters of type InterceptInputStream
 void ReplaceInputStream.patternFound(InterceptInputStream stream, byte[] pattern)
          only used internally (implementing InterceptInputStream.Handler); skips the pattern length from the stream and inserts the replacementPattern
 void InterceptInputStream.Handler.patternFound(InterceptInputStream stream, byte[] pattern)
          at the time this method is called, the given stream is at the beginning of the given pattern that is to be read next
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads