100101102103104105106107108109110
public void write(byte[] bytes, int off, int len) throws IOException { out.write(bytes, off, len); } }; ResourceRenderer renderer = new ResourceRenderer() { public BinaryOutput getOutput() throws IOException { return output; }
115116117118119120121122123124125