aboutsummaryrefslogtreecommitdiff
path: root/java/com/xagasoft/gats/GatsInputStream.java (follow)
AgeCommit message (Collapse)Author
2013-02-11Updated the copyright to 2013. Also, started the Gats::RpcHandler.Mike Buland
2012-11-09Many changes: tabconv'd the C++ code, added a license, BSD, and docs.Mike Buland
2012-10-24More comment/spelling fixes. Added a helper to GatsInputStream soMike Buland
you can find out how many bytes the previously read object was.
2012-10-24Primarily documentation cleanups. Also removed some extra imports that areMike Buland
no longer used.
2012-01-16Lots of documentation, an example program, and also some visibility cleanup.Mike Buland
2011-04-27The GatsInputStream is much, much simpler, should be much faster, and worksMike Buland
more like java says blocking things should work. If you ask it to read an object, it will, it will wait on the socket until it gets a whole one, or throws an exception.
2011-04-27david - some changesDavid
2011-04-21Bugfix, forgot to clear my read buffer.Mike Buland
2011-04-21It...builds?Mike Buland
2011-04-21Gats for java is getting closer.Mike Buland