Skip to content

Commit

Permalink
Update Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
nishihatapalmer committed Feb 27, 2016
1 parent 8d35e33 commit 2b84169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/byteseek/io/reader/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*/

/**
* A package containing WindowReader classes which read bytes from various sources, including
* input streams, files, strings and byte arrays.
* A package which provides a consistent random-access interface over a variety of
* input sources including files, input streams, strings and byte arrays.
* <p>
* All of these classes read into Windows, which encapsulate byte arrays read from the source.
* This allows the search and matching algorithms to access the arrays directly, and for the windows
Expand Down

0 comments on commit 2b84169

Please sign in to comment.