Skip to content
  • rswindell's avatar
    Renamed uuencoded property to uue (used for enable both uuencode and decode). · 78c5fc87
    rswindell authored
    Created base64 property to enable auto-base64 encode/decode on read/write.
    read() now defaults to reading the entire file from the current file position
    Created network_byte_order property for reading-from/writing-to big-endian
    binary files on little endian machines (e.g. PCs).
    Eliminated old base64 property (use read instead).
    Updated method and property descriptions.
    78c5fc87