import MessagePack for Java implementation plan 1

This commit is contained in:
frsyuki 2009-10-25 01:27:09 +09:00
parent c6a2569af8
commit 5393a0df16
5 changed files with 712 additions and 0 deletions

3
java-plan1/run.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
javac MessagePack.java Packer.java Unpacker.java test.java
java test