Searched refs:streams (Results 1 – 13 of 13) sorted by relevance
3 …am` is a concept for reading/writing JSON. Here we first show how to use streams provided. And the…9 Memory streams store JSON in memory.91 Different from string streams, `FileReadStream` is byte stream. It does not handle encodings. If th…124 Encoded streams do not contain JSON itself, but they wrap byte streams to provide basic encoding/de…126 As mentioned above, UTF-8 byte streams can be read directly. However, UTF-16 and UTF-32 have endian…130 …ntime, you may use `AutoUTFInputStream` and `AutoUTFOutputStream`. These streams are defined in `r…132 …d streams can be applied to streams other than file. For example, you may have a file in memory, o…239 In addition to memory/file streams, user can create their own stream classes which fits RapidJSON's…276 …PutBegin()` and `PutEnd()`, which are only for *in situ* parsing. Normal streams do not implement …326 Note that, this implementation may not be as efficient as RapidJSON's memory or file streams, due t…[all …]
30 * These encodings are used in input/output streams and in-memory representation.80 * Support custom streams.
88 …ds, user must know exactly which encodings will be used in the memory or streams. However, sometim…146 You may also use `AutoUTF` and the associated streams for setting source/target encoding in runtime.
186 … SSE4.2 instructions for this. And it is only activated for UTF-8 memory streams, including string…204 … is found that some compilers cannot localize some member data access of streams into local variab…
205 You may also stringify a `Pointer` to a string or other output streams. This can be done by:
510 …ing JSON, which can be a in-memory string, or file stream, etc. User can also create their streams.511 2. [Encoding](doc/encoding.md) defines which character encoding is used in streams and memory. Rapi…
245 little/big endian of stream is an issue for UTF-16 and UTF-32 streams, but not UTF-8 stream.
98 SampleStream[] streams, in selectTracks() argument103 if (streams[i] != null && (selections[i] == null || !mayRetainStreamFlags[i])) { in selectTracks()104 SampleStreamImpl stream = (SampleStreamImpl) streams[i]; in selectTracks()107 streams[i] = null; in selectTracks()109 if (streams[i] == null && selections[i] != null) { in selectTracks()113 streams[i] = stream; in selectTracks()
276 SYS_ENOSR = 63; // Out of streams resources
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...
1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...