OLD | NEW |
1 .. _nacl_io: | 1 .. _nacl_io: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ################### | 5 ################### |
4 The nacl_io Library | 6 The nacl_io Library |
5 ################### | 7 ################### |
6 | 8 |
7 .. contents:: | 9 .. contents:: |
8 :local: | 10 :local: |
9 :backlinks: none | 11 :backlinks: none |
10 :depth: 2 | 12 :depth: 2 |
11 | 13 |
12 Introduction | 14 Introduction |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 The example discussed here is included in the SDK in the directory | 226 The example discussed here is included in the SDK in the directory |
225 ``examples/demo/nacl_io_demo``. | 227 ``examples/demo/nacl_io_demo``. |
226 | 228 |
227 The nacl_io library is included in the SDK toolchain and is not a part of the | 229 The nacl_io library is included in the SDK toolchain and is not a part of the |
228 Pepper API. For reference information related to the nacl_io interface see | 230 Pepper API. For reference information related to the nacl_io interface see |
229 its header file in the SDK directory, located at | 231 its header file in the SDK directory, located at |
230 ``include/nacl_io/nacl_io.h``. | 232 ``include/nacl_io/nacl_io.h``. |
231 | 233 |
232 For more about the HTML5 file system read the `specification | 234 For more about the HTML5 file system read the `specification |
233 <http://dev.w3.org/2009/dap/file-system/pub/FileSystem/>`_. | 235 <http://dev.w3.org/2009/dap/file-system/pub/FileSystem/>`_. |
OLD | NEW |