|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Description: The interface is used to define filters for filtering data in pipes. Filters, similar to those in JSPs, can modify the bytes going from one end of the pipe to another, or just sniff them and act based on results - e.g. count bytes, calculate crc, you name it.
| Method Summary | |
byte[] |
filter(byte[] input,
int length)
filters data coming from input |
| Method Detail |
public byte[] filter(byte[] input,
int length)
input - byte[] input datalength - int number of meaningful bytes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||