From 636934da53f1f6eb28af2fb4d201b3e28af4acdb Mon Sep 17 00:00:00 2001 From: ptahmose Date: Thu, 2 Nov 2023 11:50:12 +0100 Subject: [PATCH] Update Src/libCZI/Doc/using_libCZI.markdown Co-authored-by: DaveyJonesBitPail <119518234+DaveyJonesBitPail@users.noreply.github.com> --- Src/libCZI/Doc/using_libCZI.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/libCZI/Doc/using_libCZI.markdown b/Src/libCZI/Doc/using_libCZI.markdown index 36be28b5..9219cab8 100644 --- a/Src/libCZI/Doc/using_libCZI.markdown +++ b/Src/libCZI/Doc/using_libCZI.markdown @@ -236,7 +236,7 @@ libCZI defines three different stream objects - read-only streams, write-only st interfaces are: IStream, IOutputStream and IInputOutputStream. libCZI provides implementations for reading from a file and for writing to a file in the file-system. In addition, there is an experimental implementation for reading from an http(s)-server. This implementation is based on [libcurl](https://curl.se/libcurl/) and allows -to read from a CZI-file which is located on a web-server. +reading from a CZI-file which is located on a web-server. For creating a stream object for reading, a class factory is provided (in the file libCZI_StreamsLib.h).