Searched refs:RootInputStream (Results 1 – 4 of 4) 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()