Home
last modified time | relevance | path

Searched defs:WrapperInputStream (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/io/InputStream/
DReadAllBytes.java96 static class WrapperInputStream extends FilterInputStream { class in ReadAllBytes
98 WrapperInputStream(InputStream in) { super(in); } in WrapperInputStream() method in ReadAllBytes.WrapperInputStream
DReadNBytes.java156 static class WrapperInputStream extends FilterInputStream { class in ReadNBytes
158 WrapperInputStream(InputStream in) { super(in); } in WrapperInputStream() method in ReadNBytes.WrapperInputStream