Use IOLIB/ in package names
[iolib.git] / src / streams / gray / pkgdcl.lisp
blob7b941af3165ce214e278c5324b0291659a92e451
1 ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
2 ;;;
3 ;;; --- Package definition.
4 ;;;
6 (in-package :iolib/common-lisp-user)
8 (defpackage :iolib/streams
9 (:nicknames :iolib.streams)
10 (:use :iolib/base :cffi)
11 (:export
12 ;; Classes
13 #:dual-channel-fd-mixin
14 #:dual-channel-gray-stream
16 ;; Conditions
17 #:hangup
18 #:no-characters-to-unread
20 ;; Accessors
21 #:external-format-of
22 #:fd-non-blocking
23 #:fd-of
24 #:read-buffer-size
25 #:read-buffer-empty-p
26 #:write-buffer-size
27 #:write-buffer-empty-p
29 #:read-sequence*
30 #:write-sequence*
31 #:drain-input-buffer