Changeset 2748
- Timestamp:
- 03/16/08 22:38:26 (10 months ago)
- Files:
-
- trunk/bknr/datastore/src/data/encoding.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bknr/datastore/src/data/encoding.lisp
r2743 r2748 33 33 ;;; n byte Number of bytes that follow 34 34 ;;; data byte[n] The actual data, a big endian number 35 ;;; 36 ;;; ---------------------------------------------------------------- 37 ;;; Rational 38 ;;; tag #\r 39 ;;; n byte Number of bytes that follow 40 ;;; data byte[n] The numerator, a big endian number 41 ;;; n byte Number of bytes that follow 42 ;;; data byte[n] The denominator, a big endian number 43 ;;; 35 44 ;;; ---------------------------------------------------------------- 36 45 ;;; Reference to a STORE-OBJECT
