public static interface InspectedContent.Inspector
| Modifier and Type | Method and Description |
|---|---|
void |
update(byte[] input,
int offset,
int len)
Update inspected information based on the provided bytes.
|
void update(byte[] input,
int offset,
int len)
throws java.io.IOException
input - the array of bytes.offset - the offset to start from in the array of bytes.len - the number of bytes to use, starting at offset.java.io.IOException - on IO error