aboutsummaryrefslogtreecommitdiff
path: root/java/com/xagasoft/gats/GatsInputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/xagasoft/gats/GatsInputStream.java')
-rw-r--r--java/com/xagasoft/gats/GatsInputStream.java2
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.