public interface NameValuesReader
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
contains(String name)
Determines whether a value exists for a particular name. 
 | 
InputStream | 
read(String name)
Reads the value (as a stream) for a particular name. 
 | 
InputStream read(String name)
name - The name of the value to retrieve.boolean contains(String name)
name - The name corresponding to the value.true if the value exists, false otherwise.Copyright © 2021. All rights reserved.