Home | History | Annotate | Download | only in stream

Lines Matching full:array

46      * Writes the bytes array to the stream.
49 * the byte array to be written.
56 * Writes a number of bytes from the specified byte array beginning from the
60 * the byte array.
194 * Writes a len number of short values from the specified array to the
198 * the shorts array to be written.
200 * the offset in the char array.
212 * the char array to be written.
214 * the offset in the char array.
223 * Writes a len number of integer values from the specified array to the
227 * the integer array to be written.
229 * the offset in the char array.
238 * Writes a len number of long values from the specified array to the
242 * the long array to be written.
244 * the offset in the char array.
253 * Writes a len number of float values from the specified array to the
257 * the float array to be written.
259 * the offset in the char array.
268 * Writes a len number of double values from the specified array to the
272 * the double array to be written.
274 * the offset in the char array.