[cp-patches] [RFA/JDWP] Signature.java
Tom Tromey
tromey@redhat.com
Wed Jun 29 20:40:00 GMT 2005
>>>>> "Aaron" == Aaron Luchko <aluchko@redhat.com> writes:
Aaron> This class adds support for reading and writing the string type in the
Aaron> JDWP spec http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp-spec.html
Looks good, please check it in.
Aaron> + os.writeInt(strBytes.length);
Sad, since DataOutputStream already has a way to do this if the length
is a 'short'.
Tom
More information about the Java-patches
mailing list