1. System.ArgumentException:Invalid parameter used
2. Actual bit patterns used by write-byte and read-byte?
Does the language standard say anything about the actual bit patterns
that will be written to disk if I open a file stream with
:element-type '(unsigned-byte 8) and call write-byte? Similarly, what
are we guaranteed about how read-byte interprets the "bytes" it reads?
(I assume in reality that on all contemporary operating systems
streams with :element-type (unsigned-byte 8) operate on octets.) How
about for larger sizes of unsigned-byte, e.g. 16 or 32? Big endian?
Little endian? Up to the implementation?
-Peter
--
Peter Seibel XXXX@XXXXX.COM
Lisp is the red pill. -- John Fraser, comp.lang.lisp
4. Writing array of bytes, socket write error
5. ArgumentException received when converting a byte array to bit
6. Convert Bitmap to Byte and Byte to Bitmap
7. reading/writing a byte array in java
8. writing image to byte-array
9. key to speed - use byte array instead of writing to locked image bytes
10. byte array size for read or write of filestream
11. Writing the file using Write to SGL and reading the data using Read from SGL
12. read/write data byte-per-byte to and from a socket
13. How can I write and read byte by byte at one choosen sector on my HDD
14. how to read/write a characters stream which is either of one byte/2 byte
15. System.ArgumentException: Invalid or unsupported code page type.