Lines Matching full:len
63 * @param len
68 void write(byte[] b, int off, int len) throws IOException;
194 * Writes a len number of short values from the specified array to the
201 * @param len
206 void writeShorts(short[] s, int off, int len) throws IOException;
209 * Writes a len number of chars to the stream.
215 * @param len
220 void writeChars(char[] c, int off, int len) throws IOException;
223 * Writes a len number of integer values from the specified array to the
230 * @param len
235 void writeInts(int[] i, int off, int len) throws IOException;
238 * Writes a len number of long values from the specified array to the
245 * @param len
250 void writeLongs(long[] l, int off, int len) throws IOException;
253 * Writes a len number of float values from the specified array to the
260 * @param len
265 void writeFloats(float[] f, int off, int len) throws IOException;
268 * Writes a len number of double values from the specified array to the
275 * @param len
280 void writeDoubles(double[] d, int off, int len) throws IOException;