// out.println(" /Filter /DCTDecode");
out.println(" /Length " + length);
out.println(">>");
out.println("stream");
TempBuffer tb = TempBuffer.allocate();
byte []buffer = tb.getBuffer();
int sublen;
InputStream is = _path.openRead();
while ((sublen = is.read(buffer, 0, buffer.length)) > 0) {