org.apache.poi.xssf.model
Interface XSSFModel

All Superinterfaces:
XSSFWritableModel
All Known Subinterfaces:
XSSFChildContainingModel

public interface XSSFModel
extends XSSFWritableModel

Common interface for XSSF models, which deal with parts of the xssf file. These should also implement a constructor of (InputStream is), so they can be used with XSSFRelation


Method Summary
 void readFrom(java.io.InputStream is)
          Read from the given InputStream
 
Methods inherited from interface org.apache.poi.xssf.model.XSSFWritableModel
writeTo
 

Method Detail

readFrom

void readFrom(java.io.InputStream is)
              throws java.io.IOException
Read from the given InputStream

Throws:
java.io.IOException


Copyright 2009 The Apache Software Foundation or its licensors, as applicable.