Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n1hility committed Nov 26, 2014
1 parent c9ab0a1 commit 4af7614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%</p>

## 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 <code>java.util.Map</code>:
The following example demonstrates loading the index from the previous example and using that
index to print all methods on <code>java.util.Map</code>:
```java
FileInputStream input = new FileInputStream("/tmp/index.idx");
IndexReader reader = new IndexReader(input);
Expand Down

0 comments on commit 4af7614

Please sign in to comment.