index
:
libgats.git
main
Generalized Agile Transport System, send compact, binary structured data.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
com
/
xagasoft
/
gats
/
GatsInputStream.java
(
follow
)
Age
Commit message (
Collapse
)
Author
2013-02-11
Updated the copyright to 2013. Also, started the Gats::RpcHandler.
Mike Buland
2012-11-09
Many changes: tabconv'd the C++ code, added a license, BSD, and docs.
Mike Buland
2012-10-24
More comment/spelling fixes. Added a helper to GatsInputStream so
Mike Buland
you can find out how many bytes the previously read object was.
2012-10-24
Primarily documentation cleanups. Also removed some extra imports that are
Mike Buland
no longer used.
2012-01-16
Lots of documentation, an example program, and also some visibility cleanup.
Mike Buland
2011-04-27
The GatsInputStream is much, much simpler, should be much faster, and works
Mike 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-27
david - some changes
David
2011-04-21
Bugfix, forgot to clear my read buffer.
Mike Buland
2011-04-21
It...builds?
Mike Buland
2011-04-21
Gats for java is getting closer.
Mike Buland