Last change
on this file was
15252,
checked in by Mark Evenson, 5 years ago
|
Provide accessor in URL-STREAM for underlying java.io.InputStream?
(ql:quickload :prove)
(prove:run (asdf:system-relative-pathname :abcl "t/url-stream.lisp"))
|
File size:
502 bytes
|
Line | |
---|
1 | #+TITLE Notes on the implementation org.armedbear.lisp.URLStream |
---|
2 | |
---|
3 | * Working with URLStream |
---|
4 | |
---|
5 | #+BEGIN_SRC n3 |
---|
6 | <urn:abcl.org/java/src/org/armedbear/lisp/URLStream.java> :extends CL:STREAM . |
---|
7 | #+END_SRC |
---|
8 | |
---|
9 | * Test |
---|
10 | |
---|
11 | #+BEGIN_SRC lisp |
---|
12 | (ql:quickload :prove) |
---|
13 | (prove:run (asdf:system-relative-pathname :abcl "t/url-stream.lisp")) |
---|
14 | #+END_SRC |
---|
15 | |
---|
16 | * Changes |
---|
17 | |
---|
18 | ** <2020-04-18 Sat> Added accessors to underlying data |
---|
19 | |
---|
20 | Used by Jeannie <https://gitlab.common-lisp.net/mevenson/jeannie/> to |
---|
21 | get an InputStream from a URI. |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.