diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-10-24 15:41:33 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-10-24 15:41:33 +0000 |
commit | 04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c (patch) | |
tree | 3ef3925ea2aeebce1f48593186bf2e36b588def4 /java/com/xagasoft/gats/GatsInputStream.java | |
parent | f200ec8a2d89c86edbfedc7cd04467e38e9a7786 (diff) | |
download | libgats-04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c.tar.gz libgats-04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c.tar.bz2 libgats-04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c.tar.xz libgats-04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c.zip |
Primarily documentation cleanups. Also removed some extra imports that are
no longer used.
Diffstat (limited to 'java/com/xagasoft/gats/GatsInputStream.java')
-rw-r--r-- | java/com/xagasoft/gats/GatsInputStream.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/xagasoft/gats/GatsInputStream.java b/java/com/xagasoft/gats/GatsInputStream.java index 2417018..84fe40b 100644 --- a/java/com/xagasoft/gats/GatsInputStream.java +++ b/java/com/xagasoft/gats/GatsInputStream.java | |||
@@ -10,7 +10,7 @@ import java.io.DataInputStream; | |||
10 | * the InputStream. | 10 | * the InputStream. |
11 | * <p> | 11 | * <p> |
12 | * At the moment this class will require all data to be available in continuous | 12 | * At the moment this class will require all data to be available in continuous |
13 | * read operations from teh provided InputStream. This means that only complete | 13 | * read operations from the provided InputStream. This means that only complete |
14 | * packets can be read from files on the disk, or that if a socket is provided | 14 | * packets can be read from files on the disk, or that if a socket is provided |
15 | * it is in blocking or synchronous I/O mode. In java, this should rarely be | 15 | * it is in blocking or synchronous I/O mode. In java, this should rarely be |
16 | * an issue. | 16 | * an issue. |