Home
last modified time | relevance | path

Searched refs:jsonResource (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
DHpackJsonUtil.java41 private static Story readStory(InputStream jsonResource) throws IOException { in readStory() argument
42 return GSON.fromJson(new InputStreamReader(jsonResource, "UTF-8"), Story.class); in readStory()