Searched refs:RootInputStream (Results 1 – 2 of 2) sorted by relevance
35 class RootInputStream extends InputStream { class46 public RootInputStream(InputStream is) { in RootInputStream() method in RootInputStream
55 private RootInputStream rootStream = null;84 rootStream = new RootInputStream(is); in parse()