From 2b841691aed143bb658bdc53720c02d11f00222d Mon Sep 17 00:00:00 2001 From: Matt Palmer Date: Sat, 27 Feb 2016 19:37:12 +0000 Subject: [PATCH] Update Javadoc. --- src/main/java/net/byteseek/io/reader/package-info.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/net/byteseek/io/reader/package-info.java b/src/main/java/net/byteseek/io/reader/package-info.java index 19eba073..25037578 100644 --- a/src/main/java/net/byteseek/io/reader/package-info.java +++ b/src/main/java/net/byteseek/io/reader/package-info.java @@ -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. *

* 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