|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||