예제 #1
0
 public void writeData(OutputStream out) throws IOException {
   for (SsiItem item : items) item.write(out);
 }