1
0
Fork 0

IPA: Reorder the comment and the code.

This commit is contained in:
Holger Hans Peter Freyther 2010-09-28 18:21:14 +08:00
parent a219a16d7a
commit 9794c5053a
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@ Object subclass: IPADemuxer [
]
next [
| size stream data |
"Return a tuple of stream and bytearray"
| size stream data |
size := socket nextUshort swap16.
stream := socket nextByte.
data := socket next: size.