1{
2  "methods": {
3    "available()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "int",
10      "exceptions": [
11        "java.io.IOException"
12      ],
13      "name": "available()"
14    },
15    "close()": {
16      "isImplementation": true,
17      "modifiers": [
18        "protected"
19      ],
20      "params": [],
21      "returnType": "void",
22      "exceptions": [
23        "java.io.IOException"
24      ],
25      "name": "close()"
26    },
27    "getDelegate()": {
28      "isImplementation": false,
29      "modifiers": [],
30      "params": [],
31      "returnType": "java.io.InputStream",
32      "exceptions": [],
33      "name": "getDelegate()"
34    },
35    "isNinePatch()": {
36      "isImplementation": false,
37      "modifiers": [],
38      "params": [],
39      "returnType": "boolean",
40      "exceptions": [],
41      "name": "isNinePatch()"
42    },
43    "mark(int)": {
44      "isImplementation": true,
45      "modifiers": [
46        "protected"
47      ],
48      "params": [
49        "readlimit"
50      ],
51      "returnType": "void",
52      "exceptions": [],
53      "name": "mark(int)"
54    },
55    "markSupported()": {
56      "isImplementation": true,
57      "modifiers": [
58        "protected"
59      ],
60      "params": [],
61      "returnType": "boolean",
62      "exceptions": [],
63      "name": "markSupported()"
64    },
65    "read()": {
66      "isImplementation": true,
67      "modifiers": [
68        "protected"
69      ],
70      "params": [],
71      "returnType": "int",
72      "exceptions": [
73        "java.io.IOException"
74      ],
75      "name": "read()"
76    },
77    "read(byte[])": {
78      "isImplementation": true,
79      "modifiers": [
80        "protected"
81      ],
82      "params": [
83        "b"
84      ],
85      "returnType": "int",
86      "exceptions": [
87        "java.io.IOException"
88      ],
89      "name": "read(byte[])"
90    },
91    "read(byte[],int,int)": {
92      "isImplementation": true,
93      "modifiers": [
94        "protected"
95      ],
96      "params": [
97        "b",
98        "off",
99        "len"
100      ],
101      "returnType": "int",
102      "exceptions": [
103        "java.io.IOException"
104      ],
105      "name": "read(byte[],int,int)"
106    },
107    "reset()": {
108      "isImplementation": true,
109      "modifiers": [
110        "protected"
111      ],
112      "params": [],
113      "returnType": "void",
114      "exceptions": [
115        "java.io.IOException"
116      ],
117      "name": "reset()"
118    },
119    "setDelegate(java.io.InputStream)": {
120      "isImplementation": false,
121      "modifiers": [],
122      "params": [
123        "delegate"
124      ],
125      "returnType": "void",
126      "exceptions": [],
127      "name": "setDelegate(java.io.InputStream)"
128    },
129    "setNinePatch(boolean)": {
130      "isImplementation": false,
131      "modifiers": [],
132      "params": [
133        "ninePatch"
134      ],
135      "returnType": "void",
136      "exceptions": [],
137      "name": "setNinePatch(boolean)"
138    },
139    "skip(long)": {
140      "isImplementation": true,
141      "modifiers": [
142        "protected"
143      ],
144      "params": [
145        "n"
146      ],
147      "returnType": "long",
148      "exceptions": [
149        "java.io.IOException"
150      ],
151      "name": "skip(long)"
152    },
153    "stream()": {
154      "isImplementation": false,
155      "modifiers": [
156        "private"
157      ],
158      "params": [],
159      "returnType": "java.io.InputStream",
160      "exceptions": [],
161      "name": "stream()"
162    }
163  },
164  "imports": [
165    "android.content.res.AssetManager.AssetInputStream",
166    "java.io.IOException",
167    "java.io.InputStream",
168    "org.robolectric.annotation.Implementation",
169    "org.robolectric.annotation.Implements",
170    "org.robolectric.annotation.RealObject",
171    "org.robolectric.shadow.api.Shadow",
172    "org.robolectric.shadows.ShadowAssetInputStream.Picker"
173  ],
174  "name": "org.robolectric.shadows.ShadowLegacyAssetInputStream"
175}