Home | History | Annotate | Download | only in toolutil

Lines Matching full:file

8 *   file name:  unewdata.h
29 * Create a new binary data file.
30 * The file-writing <code>udata_</code> functions facilitate writing
32 * This function opens a new file with a filename determined from its
37 * Subsequent write operations will thus start at an offset in the file
52 * structure that will be copied into the file.
54 * copied into the file if it is not <code>NULL</code>
56 * file. It will not be accessible by any API.
65 /** @memo Close a newly written binary file. */
69 /** @memo Write an 8-bit byte to the file. */
73 /** @memo Write a 16-bit word to the file. */
77 /** @memo Write a 32-bit word to the file. */
81 /** @memo Write a block of bytes to the file. */
85 /** @memo Write a block of arbitrary padding bytes to the file. */
89 /** @memo Write a <code>char*</code> string of platform "invariant characters" to the file. */
93 /** @memo Write a <code>UChar*</code> string of Unicode character code units to the file. */