From 4af761486d319813182013a03ba54bf3457710e8 Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Wed, 26 Nov 2014 12:29:04 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50fb596c..612e17aa 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ $ java -jar target/jandex-2.0.0.Alpha1.jar rt.jar class file data. If the index is stored in the jar (using the -m option) it can be compressed an additional 47%, leading to a jar growth of only 8%

- ## Loading a Persisted Index +## Loading a Persisted Index - The following example demonstrates loading the index from the previous example and using that - index to print all methods on java.util.Map: +The following example demonstrates loading the index from the previous example and using that +index to print all methods on java.util.Map: ```java FileInputStream input = new FileInputStream("/tmp/index.idx"); IndexReader reader = new IndexReader(input);