Skip to content

Commit

Permalink
Merge pull request OSGeo#9632 from jidanni/patch-37
Browse files Browse the repository at this point in the history
Update virtual_file_systems.rst adding clarity
  • Loading branch information
rouault authored Apr 5, 2024
2 parents 3fa23ab + 81f2c54 commit 3654016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/user/virtual_file_systems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,8 @@ This file system handler also allows sequential writing of files (no seeks or re

/vsistdin/ is a file handler that allows reading from the standard input stream.

The filename syntax must be only :file:`/vsistdin/`.
The filename syntax must be only :file:`/vsistdin/`, (not e.g.,
/vsistdin/path/to/f.csv , but "/vsistdin?buffer_limit=value" is OK.)

The file operations available are of course limited to Read() and forward Seek().
Full seek in the first MB of a file is possible, and it is cached so that closing,
Expand Down

0 comments on commit 3654016

Please sign in to comment.