public class RawFormatReader extends Object
ConfigJsonInput and outputs
objects that can be used with MapInput.| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
read(InputStream stream)
Convert the given stream to a map.
|
static Map<String,Object> |
read(StreamingInput input)
Convert the given stream to a map.
|
public static Map<String,Object> read(InputStream stream) throws IOException
stream - IOExceptionpublic static Map<String,Object> read(StreamingInput input) throws IOException
input - IOExceptionCopyright © 2016. All rights reserved.