Interface InspectedContent.Inspector
- Enclosing class:
- InspectedContent
public static interface InspectedContent.Inspector
Interface that can be used to inspect content as it is initially read.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(byte[] input, int offset, int len) Update inspected information based on the provided bytes.
-
Method Details
-
update
Update inspected information based on the provided bytes.- Parameters:
input
- the array of bytes.offset
- the offset to start from in the array of bytes.len
- the number of bytes to use, starting atoffset
.- Throws:
IOException
- on IO error
-