Changeset 2748

Show
Ignore:
Timestamp:
03/16/08 22:38:26 (10 months ago)
Author:
hans
Message:

Add documentation for rational encoding.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/datastore/src/data/encoding.lisp

    r2743 r2748  
    3333;;;     n       byte       Number of bytes that follow 
    3434;;;     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;;; 
    3544;;; ---------------------------------------------------------------- 
    3645;;; Reference to a STORE-OBJECT