Lines Matching refs:content
109 * Load the content into a byte[].
118 content = bos.toByteArray();
133 * Fall back to scanning the content.
134 * We scan the content until we find a sequence that looks
138 for (int i = 0; i < content.length; i++) {
139 int b = content[i] & 0xff; // mask higher byte
142 if ((i + 5) < content.length) {
144 String s = toString(content, i+1, i+6);
156 dh = new DataHandler(new MSMultipartDataSource(this, content));
166 * Return content-type
173 * Return content-disposition
180 * Return content-transfer-encoding