Skip to content
graydon edited this page Apr 12, 2013 · 29 revisions

Existing implementations

Types of I/O sources and sinks

  • File
  • TCP socket
  • Unix domain socket
  • Pipe
  • UDP
  • Memory buffer
  • String
  • Formatting + formatted values
  • Serialization

IO adaptors / filters / converters

  • Pattern matching and replacement
  • Character encodings
  • Compression
  • Encryption

All Categories:

Clone this wiki locally