Home
last modified time | relevance | path

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

/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
DHpackJsonUtil.java72 InputStream storyInputStream = HpackJsonUtil.class.getResourceAsStream(storyResourceName); in readStories() local
73 if (storyInputStream == null) { in readStories()
77 Story story = readStory(storyInputStream); in readStories()
82 storyInputStream.close(); in readStories()