Howdy,

I'm writing a very simple network server that needs to send a mix of
text and binary (usually image) data over a network stream.

I'm using slurp to read data from a file and send it to a stream, but
sometimes that's failing.  I've got a theory that it has to do with
slurp not reading binary data correctly.  Is that true?  Do I need to
go down to the lower level Java classes and build a byte array using
InputFileStream and .read()?

Thanks,

Matt

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to