Skip to content

Commit

Permalink
Update Src/libCZI/Doc/using_libCZI.markdown
Browse files Browse the repository at this point in the history
Co-authored-by: DaveyJonesBitPail <[email protected]>
  • Loading branch information
ptahmose and DaveyJonesBitPail authored Nov 2, 2023
1 parent e9408de commit 636934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI/Doc/using_libCZI.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 636934d

Please sign in to comment.