public interface TreeReader extends Closeable
TreeReader adds functionality to another Reader
by reading in Trees, or some descendant class.Tree readTree() throws IOException
null at end of file.IOException - If I/O problemvoid close()
throws IOException
TreeReader.close in interface AutoCloseableclose in interface CloseableIOException